Current section
Files
Jump to
Current section
Files
src/glitzer.app.src
{application, glitzer, [
{vsn, "2.0.0"},
{applications, [gleam_community_ansi,
gleam_community_colour,
gleam_stdlib,
gleam_yielder,
glearray,
repeatedly]},
{description, "Progress bars and other fancy stuff for CLI tools."},
{modules, [glitzer@@main,
glitzer@codes,
glitzer@multi,
glitzer@progress,
glitzer@spinner]},
{registered, []}
]}.