cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

Add Git Hook and Improve Documentation #174

Closed neelabhg closed 7 years ago

neelabhg commented 7 years ago

I added Husky for managing Git Hooks in an easy way.

I used ShellJS to migrate the existing setup.sh Bash script and write new ones in Node.js. This has several advantages: