UNPKG

gracenode-staticdata

Version:

staticdata module for gracenode framework

16 lines (12 loc) 332 B
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' .PHONY: test test: @echo 'test gracenode:' ./node_modules/mocha/bin/mocha test/index.js -s 10 -R spec -b