Packages

CLI tool to help you pick out a domain with a fun top-level (if it exists)

Current section

Files

Jump to
domain_puns src domain_puns.app.src
Raw

src/domain_puns.app.src

{application, domain_puns, [
{vsn, "1.0.0"},
{applications, [argv,
gleam_stdlib]},
{description, "CLI tool to help you pick out a domain with a fun top-level (if it exists)"},
{modules, [domain_puns,
domain_puns@@main,
domain_puns@domains]},
{registered, []}
]}.