git-labels-cli

2.0.2 • Public • Published

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

Package Sidebar

Install

npm i git-labels-cli

Weekly Downloads

5

Version

2.0.2

License

MIT

Unpacked Size

7.39 MB

Total Files

8

Last publish

Collaborators

  • bukinoshita