Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoherd/script-star-or-unstar
An octoherd script to add or remove star
https://github.com/octoherd/script-star-or-unstar
octoherd-script
Last synced: about 1 month ago
JSON representation
An octoherd script to add or remove star
- Host: GitHub
- URL: https://github.com/octoherd/script-star-or-unstar
- Owner: octoherd
- License: isc
- Created: 2021-03-03T00:28:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T06:33:08.000Z (2 months ago)
- Last Synced: 2024-10-19T07:02:42.850Z (about 2 months ago)
- Topics: octoherd-script
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - octoherd/script-star-or-unstar - An octoherd script to add or remove star (JavaScript)
- awesome-octoherd-scripts - Star/unstar repository - Add or remove GitHub repository star. (Scripts)
README
# star or unstar
> An [octoherd](https://github.com/octoherd) script to add or remove star
## Usage
Minimal usage
```
$ npx @octoherd/script-star-or-unstar \
--path-to-folders "scripts"
```Pass all options as CLI flags to avoid user prompts
```
$ npx @octoherd/script-star-or-unstar \
-T ghp_0123456789abcdefghjklmnopqrstuvwxyzA \
-R "octoherd/repository-with-script-folders"
```Add `--unstar` flag to unstar.
## Options
| option | type | description |
| ---------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--unstar` | boolean | Set to remove a star instead of adding one. |
| `--octoherd-token`, `-T` | string | A personal access token ([create](https://github.com/settings/tokens/new?scopes=repo)). Script will create one if option is not set |
| `--octoherd-repos`, `-R` | array of strings | One or multiple space-separated repositories in the form of `repo-owner/repo-name`. `repo-owner/*` will find all repositories for one owner. `*` will find all repositories the user has access to. Will prompt for repositories if not set |
| `--octoherd-bypass-confirms` | boolean | Bypass prompts to confirm mutating requests |## License
[ISC](LICENSE.md)