Preview v0.3.0
Blitz
Parallel command runner and Mix workspace orchestrator for Elixir tooling
Stats & Info
- Latest release: v0.3.0
- Recent downloads: 422
- All-time downloads: 422
- Maintainers: nshkrdotcom
Installation
Add blitz to your list of dependencies in mix.exs:
def deps do
[
{:blitz, "~> 0.3.0"}
]
endThen run:
mix deps.get