#npm-package #npm #download #npmjs #bump #count #educational

app npmcheater

人工增加 npm 包的下载量

2 个不稳定版本

0.3.12 2024年1月13日
0.3.11 2024年1月13日
0.2.2 2023年12月1日

#1387命令行工具

Download history 94/week @ 2024-04-01

每月下载量 177

BSD-3-Clause

765KB
306 代码行

npmcheater

完美模拟 npm 并 "安装" 指定的包以增加下载量。

注意:此项目仅供教育目的。请勿滥用如 npmjs 这样的仁慈服务。

安装

从 Crates.io 安装

已安装 Cargo。

# have cargo installed
cargo install npmcheater

自行构建

已安装 Cargo。

# 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: npmcheater [OPTIONS]

Options:
  -s, --silent                  No output
  -p, --packages <PACKAGES>     Packages to bump downloads of
  -m, --max-sleep-mili <DELAY>  Maximum delay between two fetches in miliseconds
  -h, --help                    Print help
  -V, --version                 Print version

Environment Variables:
  RUST_LOG                      Log level

示例

用户@主机 ~# npmcheater -p libsql -p base64-js -p discord.js -m 5000 演示输出

依赖项

~6–26MB
~425K SLoC