diff --git a/README.md b/README.md index 19eb214b9cd850f258947cb269bd90d81d73e071..4b65cbd7f473a3f060a1d9842b4d0d166b846563 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# .gitignore Template +# tmpl templates -A basic .gitignore template for [tmpl](https://gitea.com/jolheiser/tmpl) +Check out the various branches for some basic examples of templates. ## License diff --git a/template.toml b/template.toml index 2695d9c25948222a5292aa61053eef782bba3e46..1507fc7010e87ef33082677a8b06b15cfcf479cd 100644 --- a/template.toml +++ b/template.toml @@ -1 +1,6 @@ -binary = "" +# 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/template/.gitignore b/template/.gitignore deleted file mode 100644 index 34f123086aef5102b374a0203ec8e3876f3c1fc8..0000000000000000000000000000000000000000 --- a/template/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# GoLand -.idea/ - -{{if ne .binary ""}} -# Binaries -/{{.binary}} -/{{.binary}}.exe -{{end}} \ No newline at end of file diff --git a/template/.gitkeep b/template/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..b4bd1aa2c0361fceac3ec18f307d949a46122254 --- /dev/null +++ b/template/.gitkeep @@ -0,0 +1 @@ +Delete this file and put something else here! \ No newline at end of file