A simple NodeJS application to search for the packages/libraries that you might need for your projects.
A stable version can be downloaded directly using npm:
npm install packagehunt
To obtain the latest version, follow the following steps-
1 - git clone https://github.com/akashdeepgoel/Package-Hunt
2 - cd Package-Hunt/
3 - npm install
If you have downloaded via npm, simply type packagehunt
in terminal or use node index.js
.