Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teppeis/thank-you-stars
Give your dependencies stars on GitHub!
https://github.com/teppeis/thank-you-stars
Last synced: 3 days ago
JSON representation
Give your dependencies stars on GitHub!
- Host: GitHub
- URL: https://github.com/teppeis/thank-you-stars
- Owner: teppeis
- Created: 2017-08-20T15:59:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T19:40:18.000Z (10 days ago)
- Last Synced: 2025-01-02T23:56:15.900Z (8 days ago)
- Language: JavaScript
- Homepage:
- Size: 1000 KB
- Stars: 70
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
thank-you-stars
====Give your dependencies stars on GitHub!
[![npm version][npm-image]][npm-url]
![Node.js Version Support][node-version]
[![build status][circleci-image]][circleci-url]
[![dependency status][deps-image]][deps-url]
![License][license]## Setup
Install
```console
$ npm install -g thank-you-stars
```Save your GitHub personal access token
1. Open https://github.com/settings/tokens and click "Generate new token"
2. Input desc, select only "public_repo" as scope and click "Generate token"
3. Copy the token and save as `~/.thank-you-stars.json`:
```
{
"token": "YOUR_TOKEN"
}
```
or an environment variable `GITHUB_TOKEN`.## Usage
After `npm install`, run in your project root directory.
And then, it stars your dependencies and devDependencies in your `package.json`.```console
$ ls
node_modules/ package.json$ thank-you-stars
Starred! https://github.com/mikedeboer/node-github
Starred! https://github.com/npm/hosted-git-info
Starred! https://github.com/npm/normalize-package-data
Starred! https://github.com/sindresorhus/p-queue
Starred! https://github.com/eslint/eslint
Starred! https://github.com/teppeis/eslint-config-teppeis
Starred! https://github.com/power-assert-js/power-assert
Starred! https://github.com/mochajs/mocha
```## License
MIT License: Teppei Sato <[email protected]>
[npm-image]: https://img.shields.io/npm/v/thank-you-stars.svg
[npm-url]: https://npmjs.org/package/thank-you-stars
[npm-downloads-image]: https://img.shields.io/npm/dm/thank-you-stars.svg
[deps-image]: https://img.shields.io/david/teppeis/thank-you-stars.svg
[deps-url]: https://david-dm.org/teppeis/thank-you-stars
[node-version]: https://img.shields.io/badge/Node.js%20support-v8,v10,v12-brightgreen.svg
[coverage-image]: https://img.shields.io/coveralls/teppeis/thank-you-stars/master.svg
[coverage-url]: https://coveralls.io/github/teppeis/thank-you-stars?branch=master
[license]: https://img.shields.io/npm/l/thank-you-stars.svg
[circleci-image]: https://circleci.com/gh/teppeis/thank-you-stars.svg?style=shield
[circleci-url]: https://circleci.com/gh/teppeis/thank-you-stars