Packages

HTML templates → type-safe Gleam modules. Write familiar markup instead of nested function calls. No more bracket-counting nightmares.

Current section

Files

Jump to
ghtml src ghtml.app.src
Raw

src/ghtml.app.src

{application, ghtml, [
{vsn, "0.1.1"},
{applications, [argv,
gleam_crypto,
gleam_erlang,
gleam_otp,
gleam_stdlib,
shellout,
simplifile]},
{description, "HTML templates → type-safe Gleam modules. Write familiar markup instead of nested function calls. No more bracket-counting nightmares."},
{modules, [ghtml,
ghtml@@main,
ghtml@cache,
ghtml@codegen,
ghtml@parser,
ghtml@scanner,
ghtml@types,
ghtml@watcher]},
{registered, []}
]}.