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 +