diff options
| author | Jabba Laci <jabba.laci@gmail.com> | 2018-10-17 21:38:39 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-17 20:38:39 +0100 |
| commit | a1857ce9ced0689c69e15f00be86c67a3fc8ceba (patch) | |
| tree | 6e2f208419b8d0a3f6c04360bdac8e26d195fb3a | |
| parent | 89d85c1afc76f36fbdb51134eae718aeecdeab31 (diff) | |
| download | packages-a1857ce9ced0689c69e15f00be86c67a3fc8ceba.tar.gz packages-a1857ce9ced0689c69e15f00be86c67a3fc8ceba.zip | |
Added package rodcli (#898)
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2d99d1d..859d3ad 100644 --- a/packages.json +++ b/packages.json @@ -11118,6 +11118,23 @@ "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", "method": "git", |
