New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@geekcojp/modify-github-labels

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geekcojp/modify-github-labels

A cli tool for modifing a labels of Github's repository

0.0.5
latest
npm
Version published
Maintainers
2
Created
Source

modify-github-labels

code style: prettier

Install

npm i -g @geekcojp/modify-github-labels

Usage

Put a github-labels.json at the same directory hierarchy as package.json.

e.g.

{
  "labels": [
    {
      "name": "foo",
      "color": "ff0000",
    },
    {
      "name": "bar",
      "color": "00ff00",
    }
  ]
}

then, just using by cli

e.g.

npx @geekcojp/modify-github-labels --token {personal-access-token} --owner geekcojp --repo modify-github-labels

FAQs

Package last updated on 04 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