文件名称:crow:文件更改时运行命令
文件大小:11KB
文件格式:ZIP
更新时间:2024-04-10 19:06:19
Go
乌鸦 crow是一个简单的命令行实用程序,可让您在某些文件更改时运行任意命令。 演示版 每次保存文件时,乌鸦都会被用来重新执行测试的演示。另外,请参阅其他。 安装 用go get安装 go get github.com/maaslalani/crow 从源安装 克隆这个存储库和cd进去。 git clone git@github.com:maaslalani/crow.git && cd crow 使用go install安装crow 。 go install 确保~/go/bin在您的PATH 。 用法 crow [--watch path] [--ext extensions] command 或通过管道stdin文件名列表,以从fd , find , ls , echo等的stdin进行监视。 filenames | crow command 用例 保存main.go请使用cr
【文件预览】:
crow-master
----command()
--------command.go(745B)
--------command_test.go(881B)
----go.mod(126B)
----main.go(782B)
----.github()
--------CONTRIBUTING.md(110B)
--------ISSUE_TEMPLATE()
--------pull_request_template.md(43B)
--------workflows()
----go.sum(2KB)
----watcher()
--------watcher.go(233B)
----config()
--------config.go(323B)
----LICENSE(1KB)
----test()
--------helpers.go(341B)
----main_test.go(2KB)
----start()
--------start.go(2KB)
--------start_test.go(3KB)
----README.md(2KB)
----.gitignore(16B)