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

Installation
The package can be installed by adding ex_prompt to your list of dependencies in mix.exs:
def deps do
[
{:ex_prompt, "~> 0.1.2"}
]
endDocumentation
See the full documentation and API at hexdocs/ex_prompt.
License
Check LICENSE.
