1.0.0 • Published 1 year ago

@wayofdev/commitizen-config v1.0.0

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

DEPRECATED - Commitizen Config

My personal shareable commitizen configuration.

Why? - This package no longer uses a postinstall script to auto create a .czrc file and it is preferred to follow commitizen's instructions to install and set up.

Install

yarn add -D commitizen @wayofdev/commitizen-config

Usage

.czrc

{
  "path": "cz-conventional-changelog"
}

Add an NPM Script

Running this command:

npm set-script commit "git-cz"

Will create:

package.json

"scripts": {
  "commit": "git-cz"
},

Under The Hood

.czrc

  • cz-conventional-changelog

License

MIT