Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritz078/starring
⭐️ Automatically star the npm-packages that you are using on GitHub.
https://github.com/ritz078/starring
github github-api star
Last synced: 17 days ago
JSON representation
⭐️ Automatically star the npm-packages that you are using on GitHub.
- Host: GitHub
- URL: https://github.com/ritz078/starring
- Owner: ritz078
- License: mit
- Created: 2017-04-10T13:12:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T20:15:16.000Z (about 7 years ago)
- Last Synced: 2024-10-12T23:18:55.567Z (about 1 month ago)
- Topics: github, github-api, star
- Language: JavaScript
- Homepage:
- Size: 21.1 MB
- Stars: 155
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
> Star the packages on GitHub being used in the current project or installed globally.
## Features
- [x] Star selected dependencies : `starring`
- [x] Star all dependencies of the current project: `starring --all`
- [x] Star a particular package: `starring colors`
- [x] Star selected global dependencies : `starring --global`
- [x] Star all global dependencies: `starring --global --all`## Authorization
You will need to provide your GitHub usename and password for the first time so that it can create a token. The scope of the token is `'public_repo'`. After that it won't ask for any credentials.## Install
```
$ npm install --global starring
```## Usage Instructions
```
Usage
$ starring [input]Options
--all Star all the packages listed in the package.json from current directory. [Default: false]
--global StarExamples
$ starring
presents UI to select the packages you want to star.
$ starring
stars package-name npm package on GitHub.
```## License
MIT © [Ritesh Kumar](https://github.com/ritz078/starring)