Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukinoshita/git-labels-cli
Creating Github issue labels
https://github.com/bukinoshita/git-labels-cli
cli command-line git github issues labels repo repository
Last synced: 11 days ago
JSON representation
Creating Github issue labels
- Host: GitHub
- URL: https://github.com/bukinoshita/git-labels-cli
- Owner: bukinoshita
- License: mit
- Created: 2017-08-25T19:03:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T00:29:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T16:07:30.285Z (28 days ago)
- Topics: cli, command-line, git, github, issues, labels, repo, repository
- Language: JavaScript
- Homepage:
- Size: 14.3 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- jimsghstars - bukinoshita/git-labels-cli - Creating Github issue labels (JavaScript)
README
# git-labels-cli [![Build Status](https://travis-ci.org/bukinoshita/git-labels-cli.svg?branch=master)](https://travis-ci.org/bukinoshita/git-labels-cli)
> Creating Github issue labels
## Install
```bash
$ npm install -g git-labels-cli
```## Usage
```bash
$ git-labels --helpUsage:
$ git-labels create new labels to github project
$ git-labels --auth github authentication
$ git-labels --file labels.json import custom labelsExample:
$ git-labels bukinoshita/git-labels
$ git-labels --auth
$ git-labels --file labels.jsonOptions:
-a, --auth github authentication to be able to create labels
-f, --file import custom labels
-h, --help show help options
-v, --version show version
```## Demo
## Related
- [git-labels](https://github.com/bukinoshita/git-labels) — API for this module
- [save-local](https://github.com/bukinoshita/save-local) — Save stuff locally## License
MIT © [Bu Kinoshita](https://bukinoshita.io)