ex_guard
ex_guard copied to clipboard
ExGuard is a mix command to handle events on file system modifications
Updates the requirements on [fs](https://github.com/synrc/fs) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
`fs 0.9` is outdated https://beta.hexfaktor.org/github/slashmili/ex_guard
I have this guard ``` guard("unit-test", run_on_start: false) |> command("mix test --color") |> watch(~r{\.(erl|ex|exs|eex|xrl|yrl)\z}i) |> ignore(~r{deps}) |> notification(:auto) ``` I'd like to run only the specs of the file I...
Todo
- [ ] accept a file as argument and only run matched guard if that file is changed and ignore other files ex: `mix guard test/users/` which only runs test...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.0 to 0.31.1. Changelog Sourced from ex_doc's changelog. v0.31.1 (2024-01-11) Enhancements Make the sidebar horizontally resizable Show the sidebar button and search bar on scroll up on...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.34.2. Changelog Sourced from ex_doc's changelog. v0.34.2 (2024-07-08) Enhancements Allow anchors on function and callback autolinks Bug fixes Make module attributes searchable without leading @...