exexec icon indicating copy to clipboard operation
exexec copied to clipboard

Execute and control OS processes from Elixir.

Build Status Hex.pm package version Hex.pm package license

Exexec

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.

Installation

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.