/stats-for

Primary LanguageJavaScriptMIT LicenseMIT

stats-for

Get stats for any npm package

Installation

npm i -g stats-for

Usage

stats-for --name=<pacakge-name> --from=<date> --to=<date>

Examples

  1. Check options stats-for --help
  2. Get stats by name stats-for --name="react
  3. Get stats by name, from date and to date stats-for --name="react" --from="2022-01-01" --to="2022-02-01"
  4. Get stats by name and from date stats-for --name="react" --from="2022-01-01"
  5. Get stats by to date stats-for --name="react" --to="2022-02-01"