From ed35c4c897839c9b37995ed8108b11db1721887a Mon Sep 17 00:00:00 2001 From: S3pt3mb3r <33578715+s3pt3mb3r@users.noreply.github.com> Date: Tue, 24 Nov 2020 21:58:24 +0800 Subject: [PATCH] Add package colorizeEcho (#1721) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 72abb3f..63b884f 100644 --- a/packages.json +++ b/packages.json @@ -20513,5 +20513,20 @@ "description": "Create ICS files for email invites, eg. invite.ics", "license": "MIT", "web": "https://github.com/ThomasTJdev/nimics" + }, + { + "name": "colorizeEcho", + "url": "https://github.com/s3pt3mb3r/colorizeEcho", + "method": "git", + "tags": [ + "windows", + "commandprompt", + "color", + "output", + "debug" + ], + "description": "colorizeEcho is a package which colorize echo message on Windows command prompt.", + "license": "MIT", + "web": "https://github.com/s3pt3mb3r/colorizeEcho" } ]