Skip to content

tmpvar/npmsearch-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npmsearch-cli (node package search)

searches online against npmsearch.com

install

npm install -g npmsearch-cli

use

npmsearch <query>

Examples

  • find packages by isaacs: npmsearch author:isaacs
  • find packages by keyword: npmsearch author:substack AND keywords:browserify

the default boolean operation is OR so if you want to force all terms be included in the results you must add AND (e.g dom AND jquery)

TODO

  • Pagination

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published