An open API service indexing awesome lists of open source software.

https://github.com/joshk2/npm-package-script-installer

Install npm packages with script.
https://github.com/joshk2/npm-package-script-installer

nodejs npm npm-install npm-package npm-scripts

Last synced: 11 months ago
JSON representation

Install npm packages with script.

Awesome Lists containing this project

README

          

# 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

```bash
git clone git@github.com:JoshK2/npm-package-script-installer.git
```
- Open the project folder and run this command to install all the dependencies

```bash
npm i
```

- Build the project
```bash
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
```bash
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](https://choosealicense.com/licenses/mit/)