https://github.com/davguij/grateful
Say thanks for your npm dependencies by starring them on Github.
https://github.com/davguij/grateful
dependencies github npm npmjs
Last synced: 2 months ago
JSON representation
Say thanks for your npm dependencies by starring them on Github.
- Host: GitHub
- URL: https://github.com/davguij/grateful
- Owner: davguij
- Created: 2017-12-03T15:00:38.000Z (over 8 years ago)
- Default Branch: development
- Last Pushed: 2017-12-20T19:04:19.000Z (over 8 years ago)
- Last Synced: 2025-03-18T09:51:41.581Z (over 1 year ago)
- Topics: dependencies, github, npm, npmjs
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grateful
> Say thanks for your npm dependencies by starring them on Github.

## 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.