0.0.4 • Published 6 years ago

@galimu/cz-jira v0.0.4

Weekly downloads
4
License
ISC
Repository
-
Last release
6 years ago

jira commit message tools for commitizen

install

Install commitizen and preferred

npm install -g commitizen @galimu/cz-jira

Create a .czrc file in your home directory,with config referring to the preferred.

cd ~
cat .czrc

config like this:

{
  "path": "@galimu/cz-jira",
  "jira": {
    "username":"",
    "password":"",
    "protocol": "http", // http or https
    "host": "",
    "apiVersion": "2",
    "strictSSL": true
  }
}

You are all set! Now cdinto any git repository and use git cz instead of git commit and you will find the commitizen prompt.

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago