Skip to content
/ exexec Public
forked from ericentin/exexec

Execute and control OS processes from Elixir.

License

Notifications You must be signed in to change notification settings

evnu/exexec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Execute and control OS processes from Elixir.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%