cargo-thank-you-stars 0.1.1

Give your dependencies stars on GitHub!
cargo-thank-you-stars-0.1.1 is not a library.

cargo-thank-you-stars

Crates.io

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:

  1. Open https://github.com/settings/tokens and click "Generate new token"
  2. Input desc, select only "public_repo" as scope and click "Generate token"
  3. 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.