chore: fix main template

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-07-05 16:50:51 -05:00
parent ac63841684
commit 5e15502da0
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 11 additions and 6 deletions

View File

@ -1,6 +0,0 @@
# template.toml
# Write any template args here to prompt the user for, giving any defaults/options as applicable
name = "MyProject"
lang = ["Go", "Rust", "Python"]

11
tmpl.yaml 100644
View File

@ -0,0 +1,11 @@
# tmpl.yaml
# Write any template args here to prompt the user for, giving any defaults/options as applicable
prompts:
- id: name
label: Name
default: MyProject
- id: lang
label: Language
default: Go