Nathan-Schwartz / commitizen-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commitizen-Config

This is our company commitizen configuration. We uses cz-bespoke to generate a commitizen adapter.

To add commitizen to a repo, do the following:

  1. Install commitizen globally. (This isn't necessary, but makes using the cli tool easier.)
$ yarn global add commitizen
  1. Initialize our commitizen adapter in the repo. (This may take a few moments)
$ commitizen init @concierge-auctions/commitizen-config --save-dev
  1. Add commitizen to devDependencies
$ yarn add --dev commitizen
  1. Add the following script to package.json. This will be used instead of git commit.
"commit": "git-cz",

About


Languages

Language:JavaScript 100.0%