0.0.5 • Published 6 years ago

@geekcojp/modify-github-labels v0.0.5

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

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