@dotcom-tool-kit/husky-npm
v5.0.2
Published
A plugin to add git hooks to your project via [husky](https://typicode.github.io/husky/#/). These hooks can be configured with different tasks as your project requires.
Downloads
3,173
Readme
@dotcom-tool-kit/husky-npm
A plugin to add git hooks to your project via husky. These hooks can be configured with different tasks as your project requires.
Installation
With Tool Kit already set up, install this plugin as a dev dependency:
npm install --save-dev @dotcom-tool-kit/husky-npm
And add it to your repo's .toolkitrc.yml
:
plugins:
- '@dotcom-tool-kit/husky-npm'
Install this plugin's hooks:
npx dotcom-tool-kit --install
Options
none
Hooks
| Event | Description | Installed to...| Default tasks |
|-|-|-|-|
| git:precommit
| installs git's pre-commit hook | package.json | LintStaged
|
| git:commitmsg
| installs git's commit-msg hook | package.json | none |