[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"]