An Elixir library providing a simple API to start and stop shell commands.
If available in Hex, the package can be installed
by adding command_runner
to your list of dependencies in mix.exs
:
def deps do
[
{:command_runner, "~> 0.2"}
]
end
Documentation can be generated with ExDoc and found at HexDocs.