kylemacey / go-make-labels

A little CLI for managing GitHub Repository Labels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-make-labels

This utility takes input from example.json and creates or updates labels on a repository accordingly. Right now it's in a POC state.

Disclaimer

This is the author's first attempt at a utility written in Go, so there's certainly a lot of learning to do. Maybe don't count on this being excellent software for the time being.

I have no idea what I'm doing

Usage

Populate label configuration in example.json and run

export OCTOKIT_ACCESS_TOKEN=1234567890
go run main.go "kylemacey/go-make-labels"

About

A little CLI for managing GitHub Repository Labels


Languages

Language:Go 100.0%