All Projects → ericentin → exexec

ericentin / exexec

Licence: Apache-2.0 license
Execute and control OS processes from Elixir.

Programming Languages

elixir
2628 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].