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.1"},
{applications, [argv,
gleam_stdlib,
glidna]},
{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,
domain_puns@punycode]},
{registered, []}
]}.