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