UNPKG
gracenode-mysql
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
mysql module for gracenode framework.
voltrue2/gracenode-mysql
gracenode-mysql
/
Makefile
10 lines
(8 loc)
•
223 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
init: @
echo
'create git pre-commit hook'
ln
-s ../../lint.sh .git/hooks/pre-commit @
echo
'adjust pre-commit hook file permission'
chmod
+x .git/hooks/pre-commit @
echo
'install dependencies'
npm install @
echo
'done'