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.
- Host: GitHub
- URL: https://github.com/joshk2/npm-package-script-installer
- Owner: JoshK2
- Created: 2019-02-13T16:48:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T00:33:37.000Z (over 1 year ago)
- Last Synced: 2025-04-01T23:44:43.662Z (about 1 year ago)
- Topics: nodejs, npm, npm-install, npm-package, npm-scripts
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)