@polygontech/cz-convention

1.0.1 • Public • Published

cz-convention

forked from ngryman/cz-emoji to suit my taste.



Pre Requisite

Install commitizen

npm install -g commitizen



Install this adapter

Global Level (to use on any project)

npm install -g @polygontech/cz-convention

Then, Reference it:

echo '{ "path": "@polygontech/cz-convention" }' > ~/.czrc

Or, Project Level (to use on only that project)

npm install @polygontech/cz-convention

Then, Reference it in your package.json of your project

  ...
  "config": {
    "commitizen": {
      "path": "node_modules/@polygontech/cz-convention/"
    }
  }
  ...



Usage

Traditionally,

# for minimal version:
git cz

# or the full version
git cz --full

With husky, in your runcom .huskyrc or .huskyrc.js:

{
  "hooks": {
    ...
    "prepare-commit-msg": "exec < /dev/tty && git cz --hook",
    ...
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @polygontech/cz-convention

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

13.4 kB

Total Files

9

Last publish

Collaborators

  • shafiqistaken