git-labels-cli

Creating Github issue labels

Usage no npm install needed!

<script type="module">
  import gitLabelsCli from 'https://cdn.skypack.dev/git-labels-cli';
</script>

README

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