diff --git a/template.toml b/template.toml new file mode 100644 index 0000000000000000000000000000000000000000..1507fc7010e87ef33082677a8b06b15cfcf479cd --- /dev/null +++ b/template.toml @@ -0,0 +1,6 @@ +# 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 deleted file mode 100644 index a259ff026347333f1b67e52d5b7749ad168925ff..0000000000000000000000000000000000000000 --- a/tmpl.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# 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 -