diff options
| author | Molnár Márk <molnarpw@gmail.com> | 2017-03-28 12:22:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-28 12:22:26 +0200 |
| commit | ef2bf2345c69a55f4612471a9b8e7f6c61fd8bcc (patch) | |
| tree | bf16ca2d99b79d1953cbbae0fdcb39f80e86d963 | |
| parent | 0f5e2db2e1aa99af2dd5876b8c1a6f5cc162f147 (diff) | |
| download | packages-ef2bf2345c69a55f4612471a9b8e7f6c61fd8bcc.tar.gz packages-ef2bf2345c69a55f4612471a9b8e7f6c61fd8bcc.zip | |
Adding colorize
Colorize is a simple and lightweight terminal coloring utility to quickly make your terminal outputs beautiful.
| -rw-r--r-- | packages.json | 13 |
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" } ] |
