反射:文件更改时运行命令

时间:2024-03-23 05:01:07
【文件属性】:

文件名称:反射:文件更改时运行命令

文件大小:22KB

文件格式:ZIP

更新时间:2024-03-23 05:01:07

Go

反射 Reflex是一个监视目录并在某些文件更改时重新运行命令的小工具。 这对于自动运行编译/皮棉/测试任务以及在代码更改时重新加载应用程序非常有用。 一个简单的例子 # Rerun make whenever a .c file changes reflex -r '\.c$' make 安装 您需要安装Go 1.11+: $ go get github.com/cespare/reflex Reflex可能仅适用于Linux和Mac OS。 TODO:提供linux / darwin amd64的编译下载。 用法 通过运行reflex -h给出以下内容: Usage: reflex [OPTIONS] [COMMAND] COMMAND is any command you'd like to run. Any instance of {} will be replaced wi


【文件预览】:
reflex-master
----.gitignore(20B)
----go.mod(318B)
----reflex.go(8KB)
----defaultexclude.go(418B)
----config_test.go(2KB)
----print.go(1KB)
----CONTRIBUTING.md(1015B)
----LICENSE(1KB)
----go.sum(1KB)
----watch.go(2KB)
----match_test.go(3KB)
----main.go(5KB)
----README.md(12KB)
----match.go(5KB)
----backlog.go(2KB)
----config.go(4KB)
----backlog_test.go(768B)

网友评论