Packages

Tulip is a simple Gleam project for adding color to your terminal output. All 256 ANSI colors are supported.

Current section

Files

Jump to
tulip src tulip.app.src
Raw

src/tulip.app.src

{application, tulip, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Tulip is a simple Gleam project for adding color to your terminal output. All 256 ANSI colors are supported."},
{modules, [tulip]},
{registered, []}
]}.