Packages

A library to easily create rich and interactive prompts in the terminal

Current section

Files

Jump to
survey src survey.app.src
Raw

src/survey.app.src

{application, survey, [
{vsn, "0.1.0"},
{applications, [gleam_erlang,
gleam_stdlib,
gleeunit]},
{description, "A library to easily create rich and interactive prompts in the terminal"},
{modules, [survey]},
{registered, []}
]}.