ExPrompt

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

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.1"}
  ]
end

Documentation

See the full documentation and API at hexdocs/ex_prompt.

License

Check LICENSE.