0.0.2 • Published 5 years ago
package-search v0.0.2
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
- ~allow users to search~
- ~Refactor routing to use less ternaries~
- ~add details view which allows users to read package READMEs~
- infinite scroll for package search results
- allow users to install packages from within the app using
i
from the details screen - add instructions display as bottom line(tells users which keys to push to use functionality)
- allow user to start a new search from any page in the app.
- add command line argument support for
-s
option. users should be able to donpm-search -s=express
to go directly to the search results forexpress
- add command line argument support for the
-p
option. users should be able to donpm-search -p=express
to go directly to the details page forexpress