1.0.1 • Published 7 years ago

npmstat-cli v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

npmstat-cli Build Status

npm packages downloads stats

Install

$ npm install -g npmstat-cli

Usage

$ npmstat --help

  Usage:
    $ npmstat <package name>                get download count of this module
    $ npmstat <username> -u                 get user npm information
    $ npmstat <package name> -p             get package npm information

  Example:
    $ npmstat react-cookies
    $ npmstat react-cookies -r=last-week
    $ npmstat react-cookies -r=2017-07-01
    $ npmstat bukinoshita -u
    $ npmstat react-cookies -p

  Options:
    -r RANGE, --range=RANGE                 choose range
    -u, --user                              get user npm information
    -p, --pkg                               get package npm information
    -h, --help                              show help options
    -v, --version                           show version

Demo

Related

License

MIT © Bu Kinoshita