From a1857ce9ced0689c69e15f00be86c67a3fc8ceba Mon Sep 17 00:00:00 2001 From: Jabba Laci Date: Wed, 17 Oct 2018 21:38:39 +0200 Subject: [PATCH] Added package rodcli (#898) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 2d99d1d..859d3ad 100644 --- a/packages.json +++ b/packages.json @@ -11117,6 +11117,23 @@ "license": "MIT", "web": "https://github.com/irskep/rexpaint_nim" }, + { + "name": "rodcli", + "url": "https://github.com/jabbalaci/NimCliHelper", + "method": "git", + "tags": [ + "cli", + "compile", + "run", + "command-line", + "init", + "project", + "skeleton" + ], + "description": "making Nim development easier in the command-line", + "license": "MIT", + "web": "https://github.com/jabbalaci/NimCliHelper" + }, { "name": "ngxcmod", "url": "https://github.com/ba0f3/ngxcmod.nim",