From 8bbadd3a5cf0aa04bdf184571d3c052e74df8079 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Thu, 14 Jun 2018 13:01:34 +0530 Subject: [PATCH] Add fab package --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 4c5a47c..dbe88da 100644 --- a/packages.json +++ b/packages.json @@ -9614,5 +9614,20 @@ "description": "Nim bindings for the GraphViz tool and the DOT graph language", "license": "MIT", "web": "https://github.com/QuinnFreedman/nimgraphviz" + }, + { + "name": "fab", + "url": "https://github.com/icyphox/fab", + "method": "git", + "tags": [ + "colors", + "terminal", + "formatting", + "text", + "fun" + ], + "description": "Print fabulously in your terminal", + "license": "MIT", + "web": "https://github.com/icyphox/fab" } ]