Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cz-jira-smart-commit

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cz-jira-smart-commit

A commitizen adapter for Jira smart commits

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
decreased by-11.98%
Maintainers
4
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 27 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc