sensible-github-labels icon indicating copy to clipboard operation
sensible-github-labels copied to clipboard

Create a command for adding the labels to a github repository

Open bytesnz opened this issue 6 years ago • 3 comments

Update package so that it can be installed globally to create the label-me command for adding the labels to a repository

label-me <user/repo> <api_token>

bytesnz avatar Feb 16 '18 11:02 bytesnz

Thanks for this @bytesnz I've not published a node module before. If I were to accept this PR, what would I need to do to publish it?

Relequestual avatar Feb 16 '18 11:02 Relequestual

Theoretically, you should only need to run npm publish (create an account on npm and then run npm login if you haven't already done so before you run npm publish) https://docs.npmjs.com/cli/login https://docs.npmjs.com/cli/publish

bytesnz avatar Feb 16 '18 12:02 bytesnz

Thanks. There may be some delay in me actually doing this, but it's on my radar.

Relequestual avatar Feb 16 '18 13:02 Relequestual