@geekcojp/modify-github-labels
v0.0.5
Published
A cli tool for modifing a labels of Github's repository
Downloads
2
Keywords
Readme
modify-github-labels
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