shellfn
shellfn copied to clipboard
Support syntax checking
This is really cool! It would be helpful if there was a way to specify a command to check syntax that would run at build time. For example bash -n for bash. Could save a few cycles during development.
Wonderful idea! I'm already experimenting with this. I'm going to start with bash, python and perl. What other langauges could be easily checked?
Ruby has ruby -c and Javascript has node -c.