npm-scout-cli
v1.0.2
Published
CLI tool for npm-scout
Downloads
8
Maintainers
Readme
npm-scout-cli
Get the npm-scout results from command-line
Install
$ yarn add --global npm-scout-cli
Usage
$ npm-scout --help
Usage
$ npm-scout <username>/<name> [GITHUB_TOKEN]
Example
$ npm-scout yarnpkg/yarn
{
packageJson: {
...
}
repository: {
...
}
}
The GITHUB_TOKEN
will be supported soon as an ENV var.
Without it there is a rate limit of calls to the GitHub API.
Related
- npm-scout - API for this module
License
MIT © LasaleFamine