All Projects → musically-ut → appreciate

musically-ut / appreciate

Licence: other
✨ Don't forget to say thank you!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to appreciate

Github Badges
Star / Fork badges for your GitHub Repository!
Stars: ✭ 76 (+33.33%)
Mutual labels:  github-stars
eleventy-load
Resolve dependencies and post-process files in your Eleventy project
Stars: ✭ 28 (-50.88%)
Mutual labels:  dependencies
depx
Examine and visualize dependencies used by Python modules 🔍
Stars: ✭ 19 (-66.67%)
Mutual labels:  dependencies
Wordreview
📚 背单词网页 Django + MySQL + Pug + JS
Stars: ✭ 115 (+101.75%)
Mutual labels:  github-stars
Github Stars Manager
Chrome extension that allows you to manage your Github stars with tags, and to create a bookmark folder with all your stars organized by the tags you created
Stars: ✭ 183 (+221.05%)
Mutual labels:  github-stars
yavdb
Yet Another Vulnerability Database
Stars: ✭ 14 (-75.44%)
Mutual labels:  dependencies
The Fucking Github
A Chrome extension for Github. View starred repositories, organizing stars, searching stars and searching repositories online for Github。
Stars: ✭ 532 (+833.33%)
Mutual labels:  github-stars
GitInfo-Git-for-Google-Assistant
GitInfo is a conversational data retrieval bot for Github repositories. It provides a conversational experience to access information. Information that can be retrieved using GitInfo include: stars, latest commit details , no of forks , no of issues etc.
Stars: ✭ 18 (-68.42%)
Mutual labels:  github-stars
Luch Request
luch-request 是一个基于Promise 开发的uni-app跨平台、项目级别的请求库,它有更小的体积,易用的api,方便简单的自定义能力。
Stars: ✭ 219 (+284.21%)
Mutual labels:  github-stars
parcel-plugin-externals
Parcel plugin for declaring externals. These externals will not be bundled. 📦
Stars: ✭ 47 (-17.54%)
Mutual labels:  dependencies
Bestofjs Webui
⭐ A place to find the best components to build amazing web applications. The best of JavaScript!
Stars: ✭ 1,782 (+3026.32%)
Mutual labels:  github-stars
Hubble
🔭 Travel through GitHub Stars' history
Stars: ✭ 166 (+191.23%)
Mutual labels:  github-stars
module-dependents
Get the list of npm modules that depend on the specified npm module.
Stars: ✭ 15 (-73.68%)
Mutual labels:  dependencies
Github Stars History
The missing github stars history!
Stars: ✭ 107 (+87.72%)
Mutual labels:  github-stars
github-stars-feed
Get the latest feed of GitHub Stars out there! 🌟 ⭐ ✨
Stars: ✭ 30 (-47.37%)
Mutual labels:  github-stars
Starmark
Turn your GitHub stars into Chrome bookmarks
Stars: ✭ 60 (+5.26%)
Mutual labels:  github-stars
bandmaster
Simple and easily extendable Go library for managing runtime services & dependencies (datastores, APIs, MQs, custom...).
Stars: ✭ 43 (-24.56%)
Mutual labels:  dependencies
Android-Dependencies
Project wide handling of tested and used libraries. Also including some utility gradle tasks.
Stars: ✭ 14 (-75.44%)
Mutual labels:  dependencies
tradeship
Automatically imports missing JavaScript dependencies and removes unused ones.
Stars: ✭ 42 (-26.32%)
Mutual labels:  dependencies
minver
What are the minimum dependencies for your package?
Stars: ✭ 18 (-68.42%)
Mutual labels:  dependencies

appreciate Build Status

Did you say thank you to your node dependencies?

npm install -g appreciate

CLI example

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].