Current section

Files

Jump to
checkmark src checkmark.app.src
Raw

src/checkmark.app.src

{application, checkmark, [
{vsn, "1.0.0"},
{applications, [exception,
filepath,
gleam_stdlib,
kirala_markdown,
shellout,
simplifile,
temporary]},
{description, "Gleam markdown snippet validator"},
{modules, [checkmark,
main,
test_overwrite]},
{registered, []}
]}.