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:

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

Documentation

See the full documentation and API at hex/ex_prompt.

License

Check LICENSE.