Incubating v0.1.0
Cli Subprocess Core
Shared CLI subprocess runtime foundation with first-party common provider profiles.
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 0
- All-time downloads: 0
- Maintainers: nshkrdotcom
Installation
Add cli_subprocess_core to your list of dependencies in mix.exs:
def deps do
[
{:cli_subprocess_core, "~> 0.1.0"}
]
endThen run:
mix deps.get