Packages

Simple CLI color library for gleam

Current section

Files

Jump to
colored src colored.app.src
Raw

src/colored.app.src

{application, colored, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Simple CLI color library for gleam"},
{modules, [colored]},
{registered, []}
]}.