From bfd1fdd813c14474993d71bbe1f7e188b176839e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 23 Jul 2018 14:07:52 +0200 Subject: [PATCH] Added package clr --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 61f7453..cd3052b 100644 --- a/packages.json +++ b/packages.json @@ -10059,5 +10059,20 @@ "description": "OpenExchangeRates API Client for Nim. Works with/without SSL. Partially works with/without Free API Key.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-openexchangerates" + }, + { + "name": "clr", + "url": "https://github.com/Calinou/clr", + "method": "git", + "tags": [ + "commandline", + "color", + "rgb", + "hsl", + "hsv" + ], + "description": "Get information about colors and convert them in the command line", + "license": "MIT", + "web": "https://github.com/Calinou/clr" } ]