fledge 0.16.0

Dev-lifecycle CLI — scaffolding, tasks, lanes, plugins, and more.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[template]
name = "go-cli"
description = "Go CLI application with Cobra"
min_fledge_version = "0.1.0"
requires = ["go"]

[prompts]
description = { message = "Project description", default = "A new Go CLI" }

[files]
render = ["**/*.go", "**/*.mod", "**/*.md", "**/*.yml"]
copy = []
ignore = ["template.toml"]

[hooks]
post_create = ["go mod tidy"]