# npmcheater Perfectly emulates npm and "installs" the specified packages to bump the download count. > NOTE: This project is for educational purposes only. Please do not abuse a benevolent service such as npmjs. ## Installing ### Install from Crates.io Have Cargo Installed. ```bash # have cargo installed cargo install npmcheater ``` ### Build it yourself Have Cargo Installed. ```bash # have git installed git clone https://github.com/DaBigBlob/npmcheater.git cd npmcheater #have cargo installed cargo build --release ./target/release/npmcheater # do whatever you will ^this binary ``` ## Usage ```txt Usage: npmcheater [OPTIONS] Options: -s, --silent No output -p, --packages Packages to bump downloads of -m, --max-sleep-mili Maximum delay between two fetches in miliseconds -h, --help Print help -V, --version Print version Environment Variables: RUST_LOG Log level ``` ## Example `user@host ~# npmcheater -p libsql -p base64-js -p discord.js -m 5000` ![demo output](./demo.png)