GitHub Label

Github Label AKA gh-label
is a cli app to manage GitHub Issue Labels.
Features
- Cross-Platform
- Secure token management using key managers
- Working on public and private repositories
- Predefined labels
Requirements
- GitHub Personal Access Token with
repo
scope
Getting Started
1. Create a new personal access token
This is required. You can generate a new one from here.
brew install erdaltsksn/tap/gh-label
# Save the access token into key manager.
gh-label config --token <github-personal-access-token>
3. Generate the labels using a predefined list
gh-label generate erdaltsksn/playground --list "insane"
Installation
brew install erdaltsksn/tap/gh-label
Updating / Upgrading
brew upgrade erdaltsksn/tap/gh-label
Usage
You may find the documentation for each command inside the
docs folder.
Getting Help
# Getting help for related command.
gh-label --help
gh-label [command] --help
Contributing
If you want to contribute to this project and make it better, your help is very
welcome. See CONTRIBUTING for more information.
Security Policy
If you discover a security vulnerability within this project, please follow our
Security Policy Guide.
Code of Conduct
This project adheres to the Contributor Covenant Code of Conduct.
By participating, you are expected to uphold this code.
Disclaimer
In no event shall we be liable to you or any third parties for any special,
punitive, incidental, indirect or consequential damages of any kind, or any
damages whatsoever, including, without limitation, those resulting from loss of
use, data or profits, and on any theory of liability, arising out of or in
connection with the use of this software.