Skip to main content

Crate labelflair

Crate labelflair 

Source
Expand description

Generate a colorful palette of labels for your GitHub Issues

Labelflair is a library and command-line application that generates colorful labels for GitHub Issues. It accepts a list of labels, generates a palette of colors for them, and outputs them in a format that can be used to create or update labels in a GitHub repository.

The library of Labelflair does the heavy lifting of generating the colors and can be used in other applications or scripts. The command-line application provides a simple interface to use the library and generate labels directly from a configuration file.

Modules§

colors
Generator for color palettes
config
Configuration for Labelflair
label
A label for GitHub Issues

Structs§

Labelflair
Generate a colorful palette of labels for your GitHub Issues