Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musically-ut/appreciate
✨ Don't forget to say thank you!
https://github.com/musically-ut/appreciate
dependencies github github-stars nodejs thankyou
Last synced: about 2 months ago
JSON representation
✨ Don't forget to say thank you!
- Host: GitHub
- URL: https://github.com/musically-ut/appreciate
- Owner: musically-ut
- Created: 2016-09-15T23:05:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T00:02:30.000Z (over 8 years ago)
- Last Synced: 2024-12-07T03:45:50.591Z (2 months ago)
- Topics: dependencies, github, github-stars, nodejs, thankyou
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 56
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# appreciate [![Build Status](https://travis-ci.org/musically-ut/appreciate.svg?branch=master)](https://travis-ci.org/musically-ut/appreciate)
> Did you say _thank you_ to your node dependencies?```
npm install -g appreciate
```![CLI example](docs/cli-example.gif)
## What & Why
Node's eco-system is exploding and there is a lot of open source code out there which gets used over and over again. However, it is easy to forget to say _thank you_ when you `npm install --save` one of the projects to try it in your own project.
One of the simplest ways of saying _thank you_ is by starring the project's repository on Github, if it has one. This utility will make it easier for you to keep track of what you have and have not starred.
Run this program in the directory of your node project to see which packages you are using and whether you have _thanked_ them by starring them on Github.
## Where & How
Just install the library globally:
```
npm install -g appreciate
```Next, you will need to [generate an access token from your Github account](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) without any special scopes and put the token string in the file `~/.appreciate`, as shown in the example above.
## Bugs
Please report them on Github issues page at [musically-ut/appreciate](https://github.com/musically-ut/appreciate).
✨