From b99b6b5400bc6fa98a3053b0f09b9dc21935956c Mon Sep 17 00:00:00 2001 From: George Lemon Date: Wed, 9 Feb 2022 11:01:20 +0200 Subject: [PATCH] Added package tim (#2136) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index a9716e1..7764779 100644 --- a/packages.json +++ b/packages.json @@ -25058,5 +25058,20 @@ "description": "Various networking utils", "license": "MIT", "web": "https://github.com/Q-Master/networkutils.nim" + }, + { + "name": "tim", + "url": "https://github.com/openpeep/tim", + "method": "git", + "tags": [ + "template-engine", + "emmet", + "template", + "engine", + "tim" + ], + "description": "Really lightweight template engine", + "license": "MIT", + "web": "https://github.com/openpeep/tim" } ]