Packages

Convert between snake_case, camelCase, and other cases in Gleam

Current section

Files

Jump to
justin src justin.app.src
Raw

src/justin.app.src

{application, justin, [
{vsn, "1.1.0"},
{applications, [gleam_stdlib]},
{description, "Convert between snake_case, camelCase, and other cases in Gleam"},
{modules, [justin,
justin@@main]},
{registered, []}
]}.