lywatch
Restart web server when the files have changed
lywatch "go run *.go" --port=3000 --fps=1000
argv | detail |
---|---|
port | tcp port |
fps | throttle time |
a watch tool: exec shell command when files have changed 监听文件变化,指定自定义shell命令
Restart web server when the files have changed
lywatch "go run *.go" --port=3000 --fps=1000
argv | detail |
---|---|
port | tcp port |
fps | throttle time |