Skip to content

cbergoon/watchexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

watchexec - Watch for Changes and Execute Commands

Report Docs Version

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.

About

File watcher to execute commands on change.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages