Current section

Files

Jump to
cactus src cactus.app.src
Raw

src/cactus.app.src

{application, cactus, [
{vsn, "0.1.0"},
{applications, [filepath,
gleam_stdlib,
gleeunit,
go_over,
shellout,
simplifile,
tom]},
{description, "A tool for managing git lifecycle hooks with ✨ gleam! Pre commit, Pre push and more!"},
{modules, [cactus,
cactus@run,
cactus@util,
cactus@write]},
{registered, []}
]}.