1.0.1 • Published 1 year ago

cz-simple v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

cz-simple

npm version npm downloads Build Status

Prompts for a very simple standard:

[branch_name]: `[type]` subject message

becomes

BRANCH-123: `feat` Created a super cool new feature

Configuration

There is no configuration, this fork is super opinionated. 🙆

Please submit a PR if you wish to make any changes.

How to use

  1. Install commitizen

  2. Install cz-simple

npm i -g cz-simple
  1. Tell commitizen to use cz-simple as its adapter

Either run:

npx commitizen init cz-simple --save-dev

Or run:

echo '{ "path": "cz-simple" }' > ~/.czrc
1.0.1

1 year ago

1.0.0

1 year ago