Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 994 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 994 Bytes

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.