aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-03-28 18:45:47 +0200
committerGitHub <noreply@github.com>2017-03-28 18:45:47 +0200
commita9aa823eb3fc772118f3f8fedb813f9d87f382d7 (patch)
treebf16ca2d99b79d1953cbbae0fdcb39f80e86d963
parent0f5e2db2e1aa99af2dd5876b8c1a6f5cc162f147 (diff)
parentef2bf2345c69a55f4612471a9b8e7f6c61fd8bcc (diff)
downloadpackages-a9aa823eb3fc772118f3f8fedb813f9d87f382d7.tar.gz
packages-a9aa823eb3fc772118f3f8fedb813f9d87f382d7.zip
Merge pull request #489 from molnarmark/master
Adding colorize
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]