git-label-cli

3.0.0 • Public • Published

git-label-cli

CLI utility for git-label

Getting Started

  • Install with NPM - npm install --global git-label-cli

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.

Package Sidebar

Install

npm i git-label-cli

Weekly Downloads

1

Version

3.0.0

License

MIT

Last publish

Collaborators

  • jasonbellamy