Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 798 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 798 Bytes


Label Builder

Netlify Status

🚧 WIP

Design labels for GitHub and generate json or yaml code.

Usage

A GitHub lable object looks something like this

- name: 🚧 WIP
  description: do not merge this PR
  alias:
    - work in progress
  color: '#FF5151'

This will look something like this

The website lets you design mulitple lables and gives you the json or yaml code to use. You can also export multiple code at once.

Screen Shot