From b89698e11f1e021b20872bf840b9a7d7a67d4d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Sun, 13 May 2018 19:48:37 +0200 Subject: [PATCH] Add package websitecreator (#737) * Add websitecreator - website management tool * Added tag binary --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 6c34615..3687e9a 100644 --- a/packages.json +++ b/packages.json @@ -9317,5 +9317,19 @@ "description": "Wrapper for the Snappy-C compression library", "license": "MIT", "web": "https://github.com/data-man/nimsnappyc" + }, + { + "name": "websitecreator", + "url": "https://github.com/ThomasTJdev/nim_websitecreator", + "method": "git", + "tags": [ + "website", + "webpage", + "blog", + "binary" + ], + "description": "A website management tool. Run the file and access your webpage.", + "license": "GPLv3", + "web": "https://nimwc.org/" } ]