0.0.3 • Published 9 years ago

npm-find v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

npm find npm

Easily search and sort npm packages from the command line.

Example

npm install npm-find -g
npm-find mongodb --sort downloads

Would display (among many others):

Example Search


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.