Compare commits

...

1 Commits
nixpkg ... main

Author SHA1 Message Date
jolheiser 5e15502da0
chore: fix main template
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-07-05 16:50:51 -05:00
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