0.0.3 • Published 7 years ago

@concierge-auctions/commitizen-config v0.0.3

Weekly downloads
230
License
GPL-3.0
Repository
-
Last release
7 years ago

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",