https://github.com/bukinoshita/npmstat-cli
npm packages downloads stats
https://github.com/bukinoshita/npmstat-cli
command-line javascript nodejs npm package stat stats
Last synced: 22 days ago
JSON representation
npm packages downloads stats
- Host: GitHub
- URL: https://github.com/bukinoshita/npmstat-cli
- Owner: bukinoshita
- License: mit
- Created: 2017-07-06T16:54:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T04:45:05.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T21:47:37.240Z (about 2 months ago)
- Topics: command-line, javascript, nodejs, npm, package, stat, stats
- Language: JavaScript
- Homepage:
- Size: 2.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# npmstat-cli [](https://travis-ci.org/bukinoshita/npmstat-cli)
> npm packages downloads stats
## Install
```
$ npm install -g npmstat-cli
```## Usage
```bash
$ npmstat --helpUsage:
$ npmstat get download count of this module
$ npmstat -u get user npm information
$ npmstat -p get package npm informationExample:
$ npmstat react-cookies
$ npmstat react-cookies -r=last-week
$ npmstat react-cookies -r=2017-07-01
$ npmstat bukinoshita -u
$ npmstat react-cookies -pOptions:
-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
- [npmstat](https://github.com/bukinoshita/npmstat) — API for this module
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)