Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 536 Bytes

grateful

Say thanks for your npm dependencies by starring them on Github.

grateful

Installation

npm install -g grateful

Usage

  1. Generate a new Github token with the "public_repo" permission at https://github.com/settings/tokens.
  2. Run the following command on your CLI: export GITHUB_TOKEN=YOUR_TOKEN_HERE.
  3. Just run grateful inside any project you want to be grateful for.

Notes

Heavily inspired by https://crates.io/crates/cargo-thanks.