JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q39007F
  • License MIT

Create git labels from the command line using git-label!

Package Exports

  • git-labelmaker

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-labelmaker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🎏 git-labelmaker

Edit GitHub labels from the command line using git-labelmaker! You can easily add or remove GitHub labels, making it easier for your projects to adhere to a sane labelling scheme.

Install

Install git-labelmaker globally:

npm i -g git-labelmaker

Usage

Using this bad boy is a breeze. First cd into your git repository, run the command and follow the prompts!

git-labelmaker

Token

If it's the first time running it, you will be prompted for a GitHub token, which you can generate over here. You can reset your token later, but otherwise git-labelmaker will remember it for you. Your token must have repo permissions.

Add Custom Labels

You can add your own labels one at a time. You will be prompted for your new label's text and color. Include the # in front of your 3 or 6 digit hex color. Add as many as you like!

Add Labels From Package

If you have a labels package in your current directory that you would like to use for adding labels, just supply the path and name of that file. So like if it's at the root of the current directory, just labels.json.

It must be a valid .json file, and must match the expected format. Check out these really good ones if you need a template.

Remove Labels

You can also remove labels. Just select the ones you want to ditch and 💥 they're gone.

Contributing

Feel free to contribute to the project by opening a Pull Request, filing a new issue, or by barking at me on the twitters.

Related Stuff:


Created by Dave Lunny in the wonderful year of 2016. Licensed under MIT ✋