npm-find
v0.0.3
Published
Utility to more easily search and sort npm repositories.
Downloads
24
Readme
Easily search and sort npm packages from the command line.
Example
npm install npm-find -g
npm-find mongodb --sort downloadsWould 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.
