New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

git-label-cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-label-cli

CLI utility for git-label

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
3
-82.35%
Maintainers
1
Weekly downloads
 
Created
Source

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

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.

Keywords

cli

FAQs

Package last updated on 08 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts