JSPM

cz-jira-smart-commit

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1573
  • Score
    100M100P100Q126450F
  • License MIT

A commitizen adapter for Jira smart commits

Package Exports

  • cz-jira-smart-commit

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 (cz-jira-smart-commit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cz-jira-smart-commit

A commitizen adapter for Jira smart commits

Usage

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/"
}

Day to day work

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

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

And generates your commit based on that.