watchexec
watches a directory for changes, executing the commands in the configuration file.
$ go get github.com/cbergoon/watchexec
$ go install github.com/cbergoon/watchexec
configuration.yaml
ignore: [hello, main]
commands:
- executable: go
arguments: [version]
sequence: 10
- executable: go
arguments: [build, hello.go]
sequence: 10
$ watchexec
This project is licensed under the MIT License.