2 releases
0.1.1 | Jun 7, 2019 |
---|---|
0.1.0 | Aug 31, 2017 |
#472 in Cargo plugins
7KB
155 lines
cargo-thank-you-stars
Give your dependencies stars on GitHub!
This is cargo subcommand implementation of teppeis/thank-you-stars.
Installation
cargo-thank-you-stars
can be installed with cargo install
:
$ cargo install cargo-thank-you-stars
Save your GitHub personal access token:
- Open https://github.com/settings/tokens and click "Generate new token"
- Input desc, select only "public_repo" as scope and click "Generate token"
- Copy the token and save as
~/.thank-you-stars.json
{
"token": "YOUR_TOKEN"
}
Usage
Run in your project root directory after cargo install
.
$ cargo thank-you-stars
License
Licensed under the MIT License.
Dependencies
~23MB
~496K SLoC