Watch files for changes and execute arbitrary commands on modification
Watch arbitrary files and respond with arbitrary commands
wgo
$ wgo run ./... ./...
$ wgo -xignore=vendor,node_modules -file=.go,.ts go build
$ wgo -file=.js,.json npm test