tlux / command_runner

An Elixir library providing a simple API to start and stop shell commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommandRunner

Build Status Coverage Status Hex.pm

An Elixir library providing a simple API to start and stop shell commands.

Installation

If available in Hex, the package can be installed by adding command_runner to your list of dependencies in mix.exs:

def deps do
  [
    {:command_runner, "~> 0.2"}
  ]
end

Documentation

Documentation can be generated with ExDoc and found at HexDocs.

About

An Elixir library providing a simple API to start and stop shell commands.

License:MIT License


Languages

Language:Elixir 100.0%