1.0.2 • Published 7 years ago

npm-scout-cli v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

npm-scout-cli Build Status

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

License

MIT © LasaleFamine