Give your dependencies stars on GitHub! This is cargo subcommand implementation of teppeis/thank-you-stars.
cargo-thank-you-stars
can be installed with cargo install
:
console
$ cargo install --git https://github.com/woxtu/cargo-thank-you-stars
Save your GitHub personal access token:
~/.thank-you-stars.json
json
{
"token": "YOUR_TOKEN"
}
Run in your project root directory after cargo install
.
console
$ cargo thank-you-stars
Licensed under the MIT License.