Issue Labels

Issue labels for the Supercharge GitHub organization


Follow @marcuspoehls and @superchargejs for updates!


Usage

Creating issue labels in a repository requires one of the many CLIs out there. We’ve used git-labels-cli to import the labels.json file and create the issue labels on a given repo.

At first, install the git-labels-cli on your machine:

npm i -g git-labels-cli

Next, authenticate with GitHub by creating an authentication token:

git-labels --auth

Then, create the labels on a repo:

git-labels superchargejs/issue-labels

That’s it.

License

MIT © Supercharge


superchargejs.com  ·  GitHub @supercharge  ·  Twitter @superchargejs