Current section
Files
Jump to
Current section
Files
src/tale.app.src
{application, tale, [
{vsn, "0.2.0"},
{applications, [argv,
ewe,
filepath,
frontmatter,
gleam_erlang,
gleam_http,
gleam_stdlib,
gleam_time,
gleescript,
glint,
handles,
logging,
mork,
simplifile,
tom]},
{description, "A static story telling generator"},
{modules, [tale,
tale@@main,
tale@build,
tale@cli,
tale@config,
tale@content,
tale@generators,
tale@paths,
tale@renderer,
tale@server,
tale@site,
tale@templates,
tale@util,
tale@watch]},
{registered, []}
]}.