#github #stars #give #cargo

app cargo-thank-you-stars

Give your dependencies stars on GitHub!

2 releases

0.1.1 Jun 7, 2019
0.1.0 Aug 31, 2017

#452 in Cargo plugins

MIT license

7KB
155 lines

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.

Dependencies

~23MB
~503K SLoC