npm-check-github-stars
Check how many GitHub stars your dependencies are rated.
Installation
On the command line is the easiest way to use npm-check-github-stars
.
$ npm install -g npm-check-github-stars
Usage
Browse to any directory containing a package.json file.
$ npm-check-github-stars
Or use the package.json file given in argument
$ npm-check-github-stars /tmp/package.json
Alias
You can use npm-check-github-stars
or ncgs
.
Todo
- Handle GitHub API rate limit
License
Released under the MIT license.