An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# grateful

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

![grateful](https://media.giphy.com/media/3o752hPnFZbGI6LV72/giphy.gif)

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