From 50caf08f32e706db170bb54ef713df5e3159937d Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Fri, 4 May 2018 21:32:01 -0300 Subject: [PATCH] Added package bytes2human --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 6abb1c6..19b38bd 100644 --- a/packages.json +++ b/packages.json @@ -9134,5 +9134,19 @@ "description": "Random curated Fonts and pastel Colors for your UI/UX design, design for non-designers.", "license": "LGPLv3", "web": "https://github.com/juancarlospaco/nim-random-font-color" + }, + { + "name": "bytes2human", + "url": "https://github.com/juancarlospaco/nim-bytes2human", + "method": "git", + "tags": [ + "bytes", + "human", + "minimalism", + "size" + ], + "description": "Convert bytes to kilobytes, megabytes, gigabytes, etc.", + "license": "LGPLv3", + "web": "https://github.com/juancarlospaco/nim-bytes2human" } ]