Packages

A customizable library for printing tables with colors and styles in Gleam.

Current section

Files

Jump to
gtabler src gtabler.app.src
Raw

src/gtabler.app.src

{application, gtabler, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "A customizable library for printing tables with colors and styles in Gleam."},
{modules, [gtabler,
gtabler@color,
gtabler@style]},
{registered, []}
]}.