From bae8f01b1f39eeab3709b21dfe228fbdf9be65b1 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama <45118249+gmshiba@users.noreply.github.com> Date: Sat, 5 Jan 2019 19:16:40 +0900 Subject: [PATCH] Added package nsh (#959) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index c316261..b4bfadf 100644 --- a/packages.json +++ b/packages.json @@ -11894,6 +11894,18 @@ "license": "MIT", "web": "https://github.com/technicallyagd/unpack" }, + { + "name": "nsh", + "url": "https://github.com/gmshiba/nish", + "method": "git", + "tags": [ + "shell", + "repl" + ], + "description": "nsh: Nim SHell(cross platform)", + "license": "MIT", + "web": "https://github.com/gmshiba/nish" + }, { "name": "nimfastText", "url": "https://github.com/genotrance/nimfastText",