1.4.0 • Published 5 years ago
npm-popularity-increaser v1.4.0
npm-popularity-increaser
Running from the command line
Installing
Install npm-popularity-increaser globally using npm:
npm install -g npm-popularity-increaserRunning
Setup configuration and run:
npm-popularity-increaserOnce you specify your configuration, this will start spamming downloads for the provided package in the npmjs registry. This will increase the popularity score of the npm package.
Configuration options
| Property | Description | Example |
|---|---|---|
| packageName | Package to the popularity score of | "lodash" |
| numDownloads | Number of times to download the package | 100000 |
Demo

Running in TypeScript
Installing
Install the project using:
git clone https://github.com/lachiejames/npm-popularity-increaser.gitRunning locally
Installing dependencies:
yarnCompiling to JavaScript:
yarn buildRunning with Node:
yarn startRunning tests:
yarn test