Easily search and sort npm packages from the command line.
Example
npm install npm-find -gnpm-find mongodb --sort downloads
Would display (among many others):
Options
-s, --sort <field>
: Sort by name, maintainers, downloads or version. Defaults to downloads.- Prefix any field with a
-
to reverse the sort.
- Prefix any field with a
-u, --update
: Updates the local cache before the search. May be slow.