npm-package-script-installer let you install npm packages with script, to increase the number of downloads rapidly in npm. If you created a good and useful project, you did not need to use this script...
- Clone this repository
git clone git@github.com:JoshK2/npm-package-script-installer.git- Open the project folder and run this command to install all the dependencies
npm i- Build the project
npm run buildThe usage is very simple, just run the index file with the package name and the number of downloads you want like this
node lib/index.js yourpackagename 10Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.