We're a place where coders share, stay up-to-date and grow their careers.
I'm using Watchman by Facebook to achieve this but I like the idea of a config file Thanks!
Example of what I currently do: watchman-make -p '**/*.go' --run ./whatever.sh
watchman-make -p '**/*.go' --run ./whatever.sh
facebook.github.io/watchman/
I'm using Watchman by Facebook to achieve this but I like the idea of a config file
Thanks!
Example of what I currently do:
watchman-make -p '**/*.go' --run ./whatever.sh
facebook.github.io/watchman/