Home

Awesome

git-label-cli

CLI utility for git-label

Getting Started

Usage

$ git-label --help

  Usage: git-label [options] [command]


  Commands:

    add      Add the specified labels to a repo
    remove   Remove the specified labels from a repo

  Options:

    -h, --help            output usage information
    -i, --interactive     run in interactive mode
    -a, --api <api>       api url
    -t, --token <token>   api token
    -r, --repo <repo>     repo name [username/repo]
    -p, --pattern <glob>  globbing pattern to the label packages

Developing

git-label-cli is built using ES6. Run the following task to compile the src/ into dist/.

npm run build

Related

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

License

Copyright (c) 2016 Jason Bellamy
Licensed under the MIT license.