stargazer

1.0.0 • Public • Published

stargazer

Build Status Dependency Status devDependency Status

Command line to know more about your GitHub repository stargazers. You can list all emails of users who star your project.

Install

npm install stargazer

Usage

$ stargazer extract neoziro/stargazer | stargazer emails
frank@gmail.com
marko@hotmail.com
james@yahoo.fr
  Usage: stargazer [options] [command]


  Commands:

    extract <repository>  Extract stargazers
    emails [file]         Get list of emails

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Rate limit

To extend the rate limit of GitHub API, you can provide a GitHub access token in the environment variable "STARGAZER_ACCESS_TOKEN".

export STARGAZER_ACCESS_TOKEN=81a708fdf2ed3085a503e354c9a9df8d7bcecbb4 
stargazer extract neoziro/stargazer

License

MIT

Package Sidebar

Install

npm i stargazer

Weekly Downloads

12

Version

1.0.0

License

MIT

Last publish

Collaborators

  • neoziro