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

@cheesecakelabs/cz-ckl-jira-smart-commit

Package Overview
Dependencies
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cheesecakelabs/cz-ckl-jira-smart-commit

The CheesecakeLabs commitizen adapter for Jira Smart Commits

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

cz-ckl-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 @cheesecakelabs/cz-ckl-jira-smart-commit

For usage you can:

  • Reference it in your .cz.json of your project
{
  "path": "node_modules/@cheesecakelabs/cz-ckl-jira-smart-commit/"
}
  • Add config inside your package.json
{
  /* ... */
  "config": {
    "commitizen": {
      "path": "./node_modules/@cheesecakelabs/cz-ckl-jira-smart-commit/"
    }
  }
}
  • Use commitizen to init
commitizen init @cheesecakelabs/cz-ckl-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:

  • Jira Issue Key(s);
  • commit message;

And generates your commit based on that.

Keywords

FAQs

Package last updated on 23 Jan 2020

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