Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icecrime/label-all-the-things
GitHub labels manipulation
https://github.com/icecrime/label-all-the-things
Last synced: 5 days ago
JSON representation
GitHub labels manipulation
- Host: GitHub
- URL: https://github.com/icecrime/label-all-the-things
- Owner: icecrime
- License: apache-2.0
- Created: 2016-01-08T00:36:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T12:06:54.000Z (over 6 years ago)
- Last Synced: 2024-06-20T12:05:01.108Z (5 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# label-all-the-things
Batch create labels on GitHub repositories.
```
$ ./label-all-the-things
NAME:
label-all-the-things - Manipulate GitHub labelsUSAGE:
label-all-the-things [global options] command [command options] [arguments...]VERSION:
0.1.0COMMANDS:
create create labels from a definition file
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--token GitHub API token
--token-file GitHub API token file
--help, -h show help
--version, -v print the version
```## Example usage
```
$ ./label-all-the-things --token-file ~/.github-token create --labels common.json icecrime/label-all-the-things
```