UNPKG

recently-published

Version:

A simple CLI tool to get the most recently published versions of a package on npm or see which install package versions were most recently published.

9 lines (7 loc) 152 B
#!/usr/bin/env node type ProgramOptions = { display: string; excludePrerelease: boolean; json: boolean; }; export type { ProgramOptions };