Packages

Beautiful, expressive and composable color and text formatting for CLI in Gleam.

Current section

Files

Jump to
chromatic src chromatic.app.src
Raw

src/chromatic.app.src

{application, chromatic, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Beautiful, expressive and composable color and text formatting for CLI in Gleam."},
{modules, [chromatic]},
{registered, []}
]}.