Socket
Book a DemoInstallSign in
Socket

@opuscapita/git-label-cli

Package Overview
Dependencies
Maintainers
19
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opuscapita/git-label-cli

Create and remove labels across GitHub repositories

latest
npmnpm
Version
0.0.9
Version published
Weekly downloads
1
Maintainers
19
Weekly downloads
 
Created
Source

git-label-cli

Create and remove labels across GitHub repositories

Installation

npm install -g git-label-cli

Examples:

git-label opuscapita/git-label-cli

git-label --repositories-json

repositories.json example:

[
  "github_user/repo-1",
  "github_user/repo-2",
  "github_user/repo-3"
]

labels-to-create.json example:

[
  { "name": "closed: completed", "color": "#d93f0b" },
  { "name": "closed: duplicate", "color": "#d93f0b" },
  { "name": "closed: wontfix", "color": "#d93f0b" },
  { "name": "requested by: myFavoriteCustomer", "color": "#0052cc" },
  { "name": "type: bug", "color": "#1d76db" },
  { "name": "type: enhancement", "color": "#1d76db" }
]

labels-to-remove.json example:

[
  { "name": "bug" },
  { "name": "enhancement" },
  { "name": "duplicate" },
  { "name": "good first issue" },
  { "name": "help wanted" },
  { "name": "invalid" },
  { "name": "question" },
  { "name": "wontfix" }
]

git-label

License

Licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

FAQs

Package last updated on 09 Jan 2018

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