watchexec

command module
v0.0.0-...-484d210 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2020 License: MIT Imports: 11 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL