wgo icon indicating copy to clipboard operation
wgo copied to clipboard

Live reload for Go apps. Watch arbitrary files and respond with arbitrary commands. Supports running multiple invocations in parallel.

Results 2 wgo issues
Sort by recently updated
recently updated
newest added

I'm trying to use `templ` to restart on templ file changes with the additional `--cmd` flag to run wgo in order to watch go files: - `templ generate --watch --proxy="http://localhost:8000"...

I thought you might be interested in this little project I just open sourced. I love the simplicity of `wgo` but I really wanted to get automatic reloading of the...