tui-vue-hooks
v0.1.1
Published
git hooks
Downloads
3
Readme
tui-vue-hooks
commit-msg
usage
default commit-msg type is ["feat", "fix", "css"]
customize commit-msg type by setting configs in package.json
"tui-vue-hooks": {
"commit-msg": ["feat", "fix", "bug", "css"]
}
install
Automatically creat '.git/hooks/commit-msg' by postinstall
npm i tui-vue-hooks -D
uninstall
Automatically delete '.git/hooks/commit-msg' by postuninstall
npm uninstall tui-vue-hooks