diff --git a/README.md b/README.md index 7b315e5662a762b3b7c965e949695b131e0fd12d..4b65cbd7f473a3f060a1d9842b4d0d166b846563 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# License Template +# tmpl templates -A basic License 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 6cee098d566e2ac4f42f210dac8a4aac7099219e..1507fc7010e87ef33082677a8b06b15cfcf479cd 100644 --- a/template.toml +++ b/template.toml @@ -1,2 +1,6 @@ -name = "" +# template.toml -year = "2020" +# 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/.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 diff --git a/template/LICENSE b/template/LICENSE deleted file mode 100644 index 7deece9d9d0ff3523e313befef2c87de81e839ea..0000000000000000000000000000000000000000 --- a/template/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) {{year}} {{name}} - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.