Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
42 stars 7 forks source link

git hooks #66

Open b1conrad opened 7 years ago

b1conrad commented 7 years ago

provide some support for git hooks. For example, a pre-commit hook would run KRL through krl-compiler and fail with a message on compile error; otherwise it would allow the commit to proceed

0joshuaolson1 commented 7 years ago

https://github.com/Picolab/programming_tools looks like where these hooks would go. We have one hook: pre-commit implements @b1conrad's example in his comment above.