JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q38995F
  • 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

🎏 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-labelmaker

Usage

Using this bad boy is a breeze. First cd into your repository and then run the command without any arguments:

git-labelmaker

If 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:

  • ability to remove current labels #1
  • ability to simply use predefined git-label-packages #3
  • accept a parameter to reset the token #4

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