@concierge-auctions/commitizen-config

0.0.3 • Public • Published

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

/@concierge-auctions/commitizen-config/

    Package Sidebar

    Install

    npm i @concierge-auctions/commitizen-config

    Weekly Downloads

    2

    Version

    0.0.3

    License

    GPL-3.0

    Last publish

    Collaborators

    • conciergeauctions
    • brad.decker
    • kt.stephans