1.4.0 • Published 3 years ago

npm-popularity-increaser v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm-popularity-increaser

Build Status codecov semantic-release

Running from the command line

Installing

Install npm-popularity-increaser globally using npm:

npm install -g npm-popularity-increaser

Running

Setup configuration and run:

npm-popularity-increaser

Once 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

PropertyDescriptionExample
packageNamePackage to the popularity score of"lodash"
numDownloadsNumber of times to download the package100000

Demo

Video demo

Running in TypeScript

Installing

Install the project using:

git clone https://github.com/lachiejames/npm-popularity-increaser.git

Running locally

Installing dependencies:

yarn

Compiling to JavaScript:

yarn build

Running with Node:

yarn start

Running tests:

yarn test
1.4.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

0.0.1

3 years ago