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