diff options
| author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-07-23 14:07:52 +0200 |
|---|---|---|
| committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-07-23 14:07:52 +0200 |
| commit | bfd1fdd813c14474993d71bbe1f7e188b176839e (patch) | |
| tree | 56bb5fbfa416d44f008c5e27fbf5b85d90dc6623 | |
| parent | 78655e4c3e4c3f916975b019a6f574bda49c2f66 (diff) | |
| download | packages-bfd1fdd813c14474993d71bbe1f7e188b176839e.tar.gz packages-bfd1fdd813c14474993d71bbe1f7e188b176839e.zip | |
Added package clr
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
