/npm-package-script-installer

Install npm packages with script.

Primary LanguageTypeScript

npm-package-script-installer

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...

Installation

  • 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 build

Usage

The 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 10

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT