Current section
Files
Jump to
Current section
Files
src/roundabout.app.src
{application, roundabout, [
{vsn, "0.2.0"},
{applications, [birdie,
filepath,
glam,
gleam_regexp,
gleam_stdlib,
justin,
simplifile]},
{description, "A routes generator"},
{modules, [roundabout,
roundabout@@main,
roundabout@common,
roundabout@constant,
roundabout@generate_helpers,
roundabout@generate_other,
roundabout@generate_route_to_path,
roundabout@generate_segments_to_route,
roundabout@generate_types,
roundabout@node,
roundabout@parameter,
roundabout@type_name]},
{registered, []}
]}.