stargazer
v1.0.0
Published
Command line to know more about your GitHub repository stargazers.
Downloads
47
Maintainers
Readme
stargazer
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
[email protected]
[email protected]
[email protected]
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