ReasonNativeProject
ReasonNativeProject copied to clipboard
how to watch
Is there an way to automatically compile (and/or execute) this project whenever a file changes?
Right now I'm using this script that uses watchman: https://github.com/robz/ReasonNativeProject/blob/master/watchit.sh
Is there another/better way to do this?