ex_guard:ExGuard是用于处理文件系统修改事件的混合命令

时间:2024-06-05 02:06:47
【文件属性】:

文件名称:ex_guard:ExGuard是用于处理文件系统修改事件的混合命令

文件大小:520KB

文件格式:ZIP

更新时间:2024-06-05 02:06:47

Elixir

卫士 ExGuard是用于处理文件系统修改事件的混合命令,ExGuard大量借鉴了想法/艺术作品 用法 添加ex_guard到您的依赖项列表mix.exs : def deps do [{ :ex_guard , " ~> 1.5 " , only: :dev }] end 在根应用程序目录中创建一个名为.exguard.exs的文件: use ExGuard . Config guard ( " unit-test " , run_on_start: true ) |> command ( " mix test --color " ) |> watch ( ~r{ \. (erl|ex|exs|eex|xrl|yrl) \z }i ) |> ignore ( ~r{ deps } ) |> notification ( :auto ) 请查看下面的示例文件以获取更详细的配


【文件预览】:
ex_guard-main
----mix.exs(1KB)
----.github()
--------dependabot.yml(501B)
----logo-white.png(9KB)
----priv()
--------icons()
----lib()
--------ex_guard.ex(1KB)
--------mix()
--------ex_guard()
----.exguard.exs(365B)
----.travis.yml(57B)
----config()
--------config.exs(1KB)
----LICENSE(1KB)
----test()
--------sample_ExGuardfile(114B)
--------test_helper.exs(15B)
--------ex_guard()
----README.md(3KB)
----logo.png(3KB)
----.gitignore(47B)
----CHANGELOG.md(476B)

网友评论