From 5e15502da07af4aa2ab511a3dd47ae78f26126ca Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 5 Jul 2023 16:50:51 -0500 Subject: [PATCH] chore: fix main template Signed-off-by: jolheiser --- template.toml | 6 ------ tmpl.yaml | 11 +++++++++++ 2 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 template.toml create mode 100644 tmpl.yaml diff --git a/template.toml b/template.toml deleted file mode 100644 index 1507fc7..0000000 --- a/template.toml +++ /dev/null @@ -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"] diff --git a/tmpl.yaml b/tmpl.yaml new file mode 100644 index 0000000..a259ff0 --- /dev/null +++ b/tmpl.yaml @@ -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 +