From 46d6a99185845ef0e9081f8c15f4df9ac8208253 Mon Sep 17 00:00:00 2001 From: Kermit Alexander II Date: Mon, 6 Apr 2020 10:51:19 -0500 Subject: [PATCH] Added package nimatic (#1428) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 693572d..15449d3 100644 --- a/packages.json +++ b/packages.json @@ -17319,5 +17319,19 @@ "description": "A tiny immediate-mode UI library", "license": "MIT", "web": "https://github.com/angluca/mui" + }, + { + "name": "nimatic", + "url": "https://github.com/DangerOnTheRanger/nimatic", + "method": "git", + "tags": [ + "static", + "generator", + "web", + "markdown" + ], + "description": "A static site generator written in Nim", + "license": "2-clause BSD", + "web": "https://github.com/DangerOnTheRanger/nimatic" } ]