This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@waldronmatt/commitizen-config

1.1.5 • Public • Published

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 @waldronmatt/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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @waldronmatt/commitizen-config

    Weekly Downloads

    6

    Version

    1.1.5

    License

    MIT

    Unpacked Size

    3.13 kB

    Total Files

    5

    Last publish

    Collaborators

    • waldronmatt