README.md
![ExPrompt](/assets/ExPrompt@2x.png)
[![Build Status](https://travis-ci.org/behind-design/ex_prompt.svg?branch=master)](https://travis-ci.org/behind-design/ex_prompt)
[![Hex pm](http://img.shields.io/hexpm/v/ex_prompt.svg?style=flat)](https://hex.pm/packages/ex_prompt)
ExPrompt is a helper package to add interactivity to your command line applications as easy as possible.
It allows common operations such as: _asking for an answer (required or not), choosing between several options, asking for confirmation and asking for a password_.
## Preview
![ExPrompt](/assets/ex_prompt.gif)
## 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.2"}
]
end
```
## Documentation
See the full documentation and API at [hexdocs/ex_prompt](http://hexdocs.pm/ex_prompt).
# License
Check [LICENSE](https://github.com/behind-design/ex_prompt/blob/master/LICENSE).