Execute and control OS processes from Elixir.
An idiomatic Elixir wrapper for Serge Aleynikov's excellent erlexec, Exexec provides an Elixir interface as well as some nice Elixir-y goodies on top.
The package can be installed
by adding exexec
to your list of dependencies in mix.exs
:
def deps do
[
{:exexec, "~> 0.2"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exexec.