CommandRunner
An Elixir library providing a simple API to start and stop shell commands.
Installation
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.1"}
]
end
Documentation
Documentation can be generated with ExDoc and found at HexDocs.