commit 2fbf3220ebf28369d6544df3fd4fe4ed19fcc98f Author: jolheiser Date: Wed Nov 18 11:25:27 2020 -0600 Initial Commit Signed-off-by: jolheiser diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c46b0ca --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2020 John Olheiser + +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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b65cbd --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# tmpl templates + +Check out the various branches for some basic examples of templates. + +## License + +[MIT](LICENSE) \ No newline at end of file diff --git a/template.toml b/template.toml new file mode 100644 index 0000000..1507fc7 --- /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/template/.gitkeep b/template/.gitkeep new file mode 100644 index 0000000..b4bd1aa --- /dev/null +++ b/template/.gitkeep @@ -0,0 +1 @@ +Delete this file and put something else here! \ No newline at end of file