From 403f25083960d6746f36db99fcf887b3a790a7ca Mon Sep 17 00:00:00 2001 From: flenniken Date: Fri, 26 May 2023 15:33:02 -0700 Subject: [PATCH] Add statictea. (#2611) A template processor and language. Co-authored-by: Gabriel Huber --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index f625e6f..112120e 100644 --- a/packages.json +++ b/packages.json @@ -30317,5 +30317,17 @@ "description": "Malebolgia creates new spawns. Experiments with thread pools and related APIs.", "license": "MIT", "web": "https://github.com/Araq/malebolgia" + }, + { + "name": "statictea", + "url": "https://github.com/flenniken/statictea", + "method": "git", + "tags": [ + "template system", + "language" + ], + "description": "A template processor and language.", + "license": "MIT", + "web": "https://github.com/flenniken/statictea" } ]