0.1.0 • Published 4 years ago

gh-star v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

:star: gh-star :star:

Share the love with the developers of your favorite GitHub repos! Execute this global node module in your root project folder to add a star to the GitHub repositories in your package.json's dependencies.

Installation

npm install gh-star -g

Usage

Since gh-star impersonates you for starring repositories, you need to provide a Github Personal Access Token. You can get an access token by following this instructions. The only required scope for the access token is public_repo.

In your project folder where the package.json file is located run

gh-star

You will be prompted for you personal access token. Then gh-star will parse the package.json file, search each dependency in the npm-registry and get their GitHub url (if any). The last step is to select which repositories you would like to star :tada:.

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago