2.0.2 • Published 5 years ago

git-labels-cli v2.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

git-labels-cli Build Status

Creating Github issue labels

Install

$ npm install -g git-labels-cli

Usage

$ git-labels --help

  Usage:
    $ git-labels <project-name>           create new labels to github project
    $ git-labels --auth                   github authentication
    $ git-labels --file labels.json       import custom labels

  Example:
    $ git-labels bukinoshita/git-labels
    $ git-labels --auth
    $ git-labels --file labels.json

  Options:
    -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

License

MIT © Bu Kinoshita