From aee847f01826d46b3ac91362f8d8cefde20d1518 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Mon, 16 Nov 2020 23:54:35 -0600 Subject: [PATCH] Add README Signed-off-by: jolheiser --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1053560 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# tmpl + +Template automation for the less exciting parts of setting up new projects or re-typing the same thing over and over. + +Heavily inspired by [boilr](https://github.com/tmrts/boilr). + +The two projects share many similarities, however other than general layout/structure the implementation is entirely my own. + +[CLI Docs](DOCS.md) + +## License + +[MIT](LICENSE)