From 25f9f2ae372bacc30e44a33b9167b9af6a2e9d9d Mon Sep 17 00:00:00 2001 From: Cosmin Popovici <1656595+cossssmin@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:30:45 +0200 Subject: [PATCH] feat: add `maizzle` template --- templates/maizzle.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/maizzle.json diff --git a/templates/maizzle.json b/templates/maizzle.json new file mode 100644 index 0000000..146bec4 --- /dev/null +++ b/templates/maizzle.json @@ -0,0 +1,6 @@ +{ + "name": "maizzle", + "defaultDir": "maizzle", + "url": "https://github.com/maizzle/maizzle", + "tar": "https://codeload.github.com/maizzle/maizzle/tar.gz/refs/heads/master" +}