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