JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q26168F
  • License ISC

An adapter that adds trailer fields for commitizen.

Package Exports

  • tail-cz
  • tail-cz/index.js

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

Readme

tail-cz

An adapter that adds trailer fields for commitizen.

Usage

Quick Start

For a quick global installation.

npm install tail-cz commitizen -g

tail-cz install

Add this adapter

Install this adapter

npm install tail-cz commitizen

Reference it in your .cz.json of your project

{
  "path": "node_modules/tail-cz/"
}

or use commitizen to init

commitizen init tail-cz

Reset tail config

tail-cz reset

Day to day work

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

  • Type
  • Scope
  • Subject
  • Tails

And generates your commit based on that.