fledge 0.6.1

Corvid-themed project scaffolding CLI — get your projects ready to fly.
1
2
3
4
5
6
7
8
9
10
11
12
13
[template]
name = "go-cli"
description = "Go CLI application with cobra, CI, and goreleaser"
min_fledge_version = "0.1.0"

[prompts]
description = { message = "Project description", default = "A new Go CLI" }
go_module = { message = "Go module path", default = "github.com/{{ github_org }}/{{ project_name }}" }

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