fledge 0.5.0

Corvid-themed project scaffolding CLI — get your projects ready to fly.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[template]
name = "angular-app"
description = "Angular application with mobile-first setup"
min_fledge_version = "0.1.0"

[prompts]
description = { message = "Project description", default = "A new Angular application" }

[files]
render = ["**/*.ts", "**/*.json", "**/*.md", "**/*.yml", "**/*.html"]
copy = ["**/*.css"]
ignore = ["template.toml"]

[hooks]
post_create = ["npm install"]