Skip to content

supercharge/issue-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation



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

Releases

No releases published

Packages

No packages published