README.md

# CommandRunner

[![Build Status](https://travis-ci.org/tlux/command_runner.svg?branch=master)](https://travis-ci.org/tlux/command_runner)
[![Coverage Status](https://coveralls.io/repos/github/tlux/command_runner/badge.svg?branch=master)](https://coveralls.io/github/tlux/command_runner?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/command_runner.svg)](https://hex.pm/packages/command_runner)

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

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `command_runner` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:command_runner, "~> 0.1"}
  ]
end
```

## Documentation

Documentation can be generated with
[ExDoc](https://github.com/elixir-lang/ex_doc) and found at
[HexDocs](https://hexdocs.pm/command_runner).