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.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Convert between snake_case, camelCase, and other cases in Gleam"},
{modules, [justin]},
{registered, []}
]}.