0.0.3 • Published 11 years ago
npm-find v0.0.3
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.-u, --update: Updates the local cache before the search. May be slow.