https://github.com/jpalczewski/znaczek
Simple app that helps in managing labels
https://github.com/jpalczewski/znaczek
github golang labels productivity
Last synced: 3 months ago
JSON representation
Simple app that helps in managing labels
- Host: GitHub
- URL: https://github.com/jpalczewski/znaczek
- Owner: jpalczewski
- License: mit
- Created: 2020-05-18T14:41:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T01:01:09.000Z (over 3 years ago)
- Last Synced: 2024-06-21T11:04:39.799Z (about 2 years ago)
- Topics: github, golang, labels, productivity
- Language: Go
- Size: 30.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# znaczek
[](https://goreportcard.com/report/github.com/jpalczewski/znaczek)
[](https://codeclimate.com/github/jpalczewski/znaczek/maintainability)
[](https://travis-ci.com/jpalczewski/znaczek)
Manage github repo labels with a breeze.
## Usage
```bash
znaczek e -r [repository name] -o [owner]
```
## Synopsis
As of v0.1.3:
```bash
NAME:
znaczek - Managing github labels have never been easier!
USAGE:
znaczek [global options] command [command options] [arguments...]
COMMANDS:
export, e export labels to file
nuke, n Delete all label in existing repo
apply, a Apply json file to repo
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--debug, -d, -v Show further info (default: false)
--quiet, -q Hide unnecesary info (default: false)
--help, -h show help (default: false)
```
## Other notes
App make use of env variable `GH_TOKEN` with repo scope in order to manage labels.
## Shotouts, thanks, further readings
- First idea came out from - My googling also ended up in nothing useful, so there that simple tool came in.
- Makefile is inspired by