0.0.2 • Published 4 years ago

package-search v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

npm-search

npm-search allows you to search for and install npm packages, all from the comfort of you terminal.

installation

Not published yet, I'll add instructions here once it is

usage

Just npm-search in your terminal, the app will guide you through the rest

TODOs

  1. ~allow users to search~
  2. ~Refactor routing to use less ternaries~
  3. ~add details view which allows users to read package READMEs~
  4. infinite scroll for package search results
  5. allow users to install packages from within the app using i from the details screen
  6. add instructions display as bottom line(tells users which keys to push to use functionality)
  7. allow user to start a new search from any page in the app.
  8. add command line argument support for -s option. users should be able to do npm-search -s=express to go directly to the search results for express
  9. add command line argument support for the -p option. users should be able to do npm-search -p=express to go directly to the details page for express