Packages

A simple Gleam library for pretty printing tabular data!

Current section

Files

Jump to
trellis src trellis.app.src
Raw

src/trellis.app.src

{application, trellis, [
{vsn, "1.1.0"},
{applications, [gleam_stdlib]},
{description, "A simple Gleam library for pretty printing tabular data!"},
{modules, [trellis,
trellis@style]},
{registered, []}
]}.