fledge 0.11.0

Dev-lifecycle CLI — scaffolding, tasks, lanes, plugins, and more.
1
2
3
4
5
6
7
8
9
10
11
12
[template]
name = "rust-cli"
description = "Rust CLI application with clap, CI, and release automation"
min_fledge_version = "0.1.0"

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

[files]
render = ["**/*.rs", "**/*.toml", "**/*.md", "**/*.yml"]
copy = ["**/*.png", "**/*.ico"]
ignore = ["template.toml"]