UNPKG
magik-hooks
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Tiny utility to manage git hooks in Node.js
github.com/magikMaker/magik-hooks
magikMaker/magik-hooks
magik-hooks
/
src
/
git-hooks.json
17 lines
(16 loc)
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
"applypatch-msg"
,
"commit-msg"
,
"pre-applypatch"
,
"pre-commit"
,
"pre-push"
,
"pre-rebase"
,
"pre-receive"
,
"prepare-commit-msg"
,
"post-applypatch"
,
"post-checkout"
,
"post-commit"
,
"post-merge"
,
"post-receive"
,
"update"
]