This package has been deprecated

Author message:

[git-cz](https://github.com/streamich/git-cz) is [supported](https://github.com/streamich/git-cz/pull/106) husky

git-cz-husky

0.1.1 • Public • Published

git-cz-husky

git-cz hook for husky.

Original git-cz repo

https://github.com/streamich/git-cz

Hook installation

yarn add -D git-cz-husky

or

npm install --save-dev git-cz-husky

husky integration

package.json

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

OS Windows

This hook doesn't seem to work on Windows because of exec < /dev/tty.

I heard something about con but I'm not sure that I know how to use it instead of exec < /dev/tty.

Readme

Keywords

none

Package Sidebar

Install

npm i git-cz-husky

Weekly Downloads

0

Version

0.1.1

License

Unlicense

Unpacked Size

1.58 MB

Total Files

6

Last publish

Collaborators

  • oxyii