Say thanks for your npm dependencies by starring them on Github.
npm install -g grateful
- Generate a new Github token with the "public_repo" permission at https://github.com/settings/tokens.
- Run the following command on your CLI:
export GITHUB_TOKEN=YOUR_TOKEN_HERE
. - Just run
grateful
inside any project you want to be grateful for.
Heavily inspired by https://crates.io/crates/cargo-thanks.