From 1df036318f75b5f748363d1da2eae37c5c09dc8a Mon Sep 17 00:00:00 2001 From: David Krause Date: Thu, 12 Aug 2021 14:30:08 +0200 Subject: [PATCH] added nimja https://github.com/enthus1ast/nimja Signed-off-by: David Krause --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 83cbcdd..7d0cd9d 100644 --- a/packages.json +++ b/packages.json @@ -23487,5 +23487,21 @@ "description": "Youtube data extractor", "license": "MIT", "web": "https://github.com/thisago/ytextractor" + }, + { + "name": "nimja", + "url": "https://github.com/enthus1ast/nimja", + "method": "git", + "tags": [ + "template", + "web", + "compiled", + "typed", + "jinja2", + "twig" + ], + "description": "typed and compiled template engine inspired by jinja2, twig and onionhammer/nim-templates for Nim", + "license": "MIT", + "web": "https://github.com/enthus1ast/nimja" } ]