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-label!
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
- wraps the whole thing in pretty inquirer.js prompts
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-labelmakerIf it's the first time running the command, you will be prompted for a GitHub personal access token, which you can generate over here.
After that, it jumps right into what new labels you would like to add. Fill out the name and color of as many labels as you like. Be sure to use a proper hex color for the color (eg: #ffffff).
SOME TODOS:
- learn which api to call based on git data
- ability to remove current labels
- ability to simply use predefined
git-label-packages - accept a parameter to reset the token
Created by Dave Lunny in the wonderful year of 2016. Licensed under MIT