package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: May 24, 2020
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Apply(c *cli.Context) error
Apply loads content of specified file and applies it to repository.
func Export(c *cli.Context) error
Export exports all labels from specified repo to json file.
func Nuke(c *cli.Context) error
Nuke removes all labels from repository
type Label struct {
Name string `json:"name"`
Description string `json:"description"`
Color string `json:"color"`
}
Label represents a GH label in simplified manner
Source Files
¶
Click to show internal directories.
Click to hide internal directories.