From 0b07710df8bb81972c34971cb4030c7aadb4cfb4 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 19 Mar 2019 07:52:18 -0300 Subject: [PATCH] Added package html_tools (#1033) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7825f81..6dc68da 100644 --- a/packages.json +++ b/packages.json @@ -12850,5 +12850,18 @@ "description": "Terminal dashboards.", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-dashing" + }, + { + "name": "html_tools", + "url": "https://github.com/juancarlospaco/nim-html-tools", + "method": "git", + "tags": [ + "html", + "validation", + "frontend" + ], + "description": "HTML5 Tools for Nim, all Templates, No CSS, No Libs, No JS Framework", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-html-tools" } ]