0.0.4 • Published 2 years ago

commitmsg-with-jira-ticket v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

commitmsg-with-jira-ticket

Add Jira ticket in interactive way to your commit msg

Install

npm i -g commitmsg-with-jira-ticket

Usage

Usage: add-jira-ticket [options] [command]

Options:
  -V, --version                     output the version number
  -h, --help                        display help for command

Commands:
  commit [options] <commitmsgFile>
  install [options]
  help [command]                    display help for command

use cli

Firstly, install script to git prepare-commitmsg hook

npx commitmsg-with-jira-ticket install --host=http://www.jira.com

with husky

wait to write