An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# npmstat-cli [![Build Status](https://travis-ci.org/bukinoshita/npmstat-cli.svg?branch=master)](https://travis-ci.org/bukinoshita/npmstat-cli)

> npm packages downloads stats

## Install

```
$ npm install -g npmstat-cli
```

## Usage

```bash
$ npmstat --help

Usage:
$ npmstat get download count of this module
$ npmstat -u get user npm information
$ npmstat -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

demo

## Related

- [npmstat](https://github.com/bukinoshita/npmstat) — API for this module

## License

MIT © [Bu Kinoshita](https://bukinoshita.io)