https://github.com/supercharge/issue-labels
https://github.com/supercharge/issue-labels
issue-labels labels supercharge
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/supercharge/issue-labels
- Owner: supercharge
- License: mit
- Created: 2019-10-07T08:44:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T08:01:49.000Z (over 4 years ago)
- Last Synced: 2025-01-09T06:28:48.481Z (9 months ago)
- Topics: issue-labels, labels, supercharge
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)