README ¶ watchexec - Watch for Changes and Execute Commands watchexec watches a directory for changes, executing the commands in the configuration file. Install $ go get github.com/cbergoon/watchexec $ go install github.com/cbergoon/watchexec Example Usage configuration.yaml ignore: [hello, main] commands: - executable: go arguments: [version] sequence: 10 - executable: go arguments: [build, hello.go] sequence: 10 $ watchexec License This project is licensed under the MIT License. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.