From 02c0c32a5ba4384b33d99d0ce4790ac8ae059df2 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Sun, 28 Jan 2018 14:45:10 +0100 Subject: [PATCH] Added termstyle package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index eafce4e..fdf3fce 100644 --- a/packages.json +++ b/packages.json @@ -1028,6 +1028,19 @@ "license": "MIT", "web": "https://github.com/PMunch/zhangshasha" }, + { + "name": "termstyle", + "url": "https://github.com/PMunch/termstyle", + "method": "git", + "tags": [ + "terminal", + "colour", + "style" + ], + "description": "Easy to use styles for terminal output", + "license": "MIT", + "web": "https://github.com/PMunch/termstyle" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",