0.1.1 • Published 6 years ago

tui-vue-hooks v0.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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
0.1.1

6 years ago

0.1.0

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago