https://github.com/gedex/glek
Command line app to export GitHub issue labels into gembel JSON format
https://github.com/gedex/glek
Last synced: over 1 year ago
JSON representation
Command line app to export GitHub issue labels into gembel JSON format
- Host: GitHub
- URL: https://github.com/gedex/glek
- Owner: gedex
- License: bsd-3-clause
- Created: 2017-12-11T01:19:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T01:20:20.000Z (over 8 years ago)
- Last Synced: 2025-02-15T08:25:07.444Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
glek
====
glek — command line app to export GitHub issue labels into [gembel](https://github.com/gedex/gembel)
JSON format.
## Install
### From brew
```
brew install gedex/tap/glek
```
Check the [tap source](https://github.com/gedex/homebrew-tap) for more details.
### From binaries
Download your preferred flavor from the [releases page](https://github.com/gedex/glek/releases/latest) and install manually.
### From Go Get
```
go get github.com/gedex/glek
```
## Using glek
Before using glek, you need `GITHUB_TOKEN` (can be retrieved from [here](https://github.com/settings/tokens)).
Once you've that, set it to your bash profile or provide it when running the app:
```
GITHUB_TOKEN="token" glek
```
Most of the time you will pipe the output to a file and then fed that into gembel:
```
$ glek Automattic/wp-calypso > labels.json
$ gembel labels.json
```
You need to edit `labels.json` first to adjust your label replacements (if any) and
target repositories.