An open API service indexing awesome lists of open source software.

https://github.com/supercharge/issue-labels


https://github.com/supercharge/issue-labels

issue-labels labels supercharge

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          











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](https://github.com/bukinoshita/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](https://superchargejs.com)

---

> [superchargejs.com](https://superchargejs.com)  · 
> GitHub [@supercharge](https://github.com/supercharge)  · 
> Twitter [@superchargejs](https://twitter.com/superchargejs)