Packages

Create human-readable, friendly identifiers.

Current section

Files

Jump to
friendly_id src friendly_id.app.src
Raw

src/friendly_id.app.src

{application, friendly_id, [
{vsn, "2.1.0"},
{applications, [gleam_stdlib,
glearray]},
{description, "Create human-readable, friendly identifiers."},
{modules, [friendly_id,
friendly_id@@main,
friendly_id@words]},
{registered, []}
]}.