npm-scout-cli

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i npm-scout-cli

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • lasalefamine