From ef2bf2345c69a55f4612471a9b8e7f6c61fd8bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moln=C3=A1r=20M=C3=A1rk?= Date: Tue, 28 Mar 2017 12:22:26 +0200 Subject: [PATCH] Adding colorize Colorize is a simple and lightweight terminal coloring utility to quickly make your terminal outputs beautiful. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a17a79d..823011b 100644 --- a/packages.json +++ b/packages.json @@ -6137,5 +6137,18 @@ "description": "A simple library to generate random data, using the system's PRNG.", "license": "BSD3", "web": "https://github.com/euantorano/sysrandom.nim" + }, + { + "name": "colorize", + "url": "https://github.com/molnarmark/colorize", + "method": "git", + "tags": [ + "color", + "colors", + "colorize" + ], + "description": "A simple and lightweight terminal coloring library.", + "license": "MIT", + "web": "https://github.com/molnarmark/colorize" } ]