From b3a7d74bffc3a5694019d6cb81a8b7ae9ddecafc Mon Sep 17 00:00:00 2001 From: Thiago Navarro <74574275+thisago@users.noreply.github.com> Date: Sun, 29 Nov 2020 17:31:04 -0300 Subject: [PATCH] Add shmk (#1727) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 107a36c..1bdec3b 100644 --- a/packages.json +++ b/packages.json @@ -20601,5 +20601,21 @@ "description": "Accurate Floating Point Sums and Products.", "license": "MIT", "web": "https://gitlab.com/lbartoletti/accuratesums" + }, + { + "name": "shmk", + "url": "https://gitlab.com/thisNimAgo/mk", + "method": "git", + "tags": [ + "mkdir", + "mkfile", + "directory", + "recursive", + "executable" + ], + "description": "Smart file/folder creation", + "license": "MIT", + "web": "https://gitlab.com/thisNimAgo/mk", + "doc": "https://gitlab.com/thisNimAgo/mk" } ]