Skip to content

akavel/gomon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomon

Build Status

Gomon is a files and directories monitor, which starts specified command automatically after any change is detected.

Install

go get -u github.com/akavel/gomon

Usage

Usage: gomon [OPTIONS] [DIR] -- COMMAND [WITH ARGS...]
Where OPTIONS:
  -include="\\.(go|c|h)$": regular expressions specifying file patterns to watch

Example - Monitoring With Custom Command:

gomon -- go build # monitor current directory recursively, build if changed

Contributors

  • Ask Bjørn Hansen
  • Yasuhiro Matsumoto (a.k.a mattn)
  • Mateusz Czapliński

License

MIT License

About

Monitor for any changes in your go package and automatically restart commands (run, build, server or anything)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%