cz-jira-smart-commit-clone

1.0.0 • Public • Published

cz-jira-smart-commit

A commitizen adapter for Jira smart commits.

Screenshot

Usage

Global Installation

For a quick global installation of the plugin, simply run the install.sh script present in this repo:

chmod +x install.sh

./install.sh

Add this adapter

Install this adapter

npm install cz-jira-smart-commit

Reference it in your .cz.json of your project

{
  "path": "node_modules/cz-jira-smart-commit/"
}

or use commitizen to init

commitizen init cz-jira-smart-commit

Day to day work

Instead of git commit -m 'Your message', you type: git cz with this adapter and it prompts you for:

  • commit message
  • Jira Issue Key(s)
  • Workflow command
  • Time Spent
  • Comment

And generates your commit based on that.

Dependencies (1)

Dev Dependencies (8)

Package Sidebar

Install

npm i cz-jira-smart-commit-clone

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

86.4 kB

Total Files

7

Last publish

Collaborators

  • jaabiri