UNPKG
node-git-hooks
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Automate git hook deployment
github.com/peacechen/node-git-hooks
peacechen/node-git-hooks
node-git-hooks
/
bin
/
install.js
6 lines
(4 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
'use strict'
;
var
igh =
require
(
'../install-git-hooks'
);
return
igh
(process.
argv
);