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
🎏 Create git labels from the command line using git-labelmaker! With it you can easily add or remove git-labels, making it easier for your project to adhere to a sane labelling scheme.
Install
Install git-labelmaker globally:
npm i -g git-labelmakerUsage
Using this bad boy is a breeze. First cd into your repository and then run the command without any arguments:
git-labelmakerYou'll then be able to add or remove labels for the repository you are in.
If it's the first time running the command, you will be prompted for a GitHub token, which you can generate over here.
About
git-labelmaker is essentially a sugar for the git-label package written by jasonbellamy. It provides a few nice features that make creating custom labels a breeze, such as:
- stores your GH token so you don't have to keep whipping it out
- learns the gh repo name so you don't need to add it to a config
- removal based on the current labels in the repo
- wraps the whole thing in pretty inquirer.js prompts
Created by Dave Lunny in the wonderful year of 2016. Licensed under MIT