README.md

# ExPrompt

ExPrompt is a helper package to add interactivity to your
command line applications as easy as possible.

## Installation

The package can be installed by adding `ex_prompt` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_prompt, "~> 0.1.0"}
  ]
end
```

## Documentation

See the full documentation and API at [hex/ex_prompt](https://hex.pm/ex_prompt).

# License

Check [LICENSE](https://github.com/behind-design/ex_prompt/blob/master/LICENSE).