From 467ce7a19686fc61aaad9633df64319ec416d61d Mon Sep 17 00:00:00 2001 From: "Raynos (Jake Verbaten)" Date: Wed, 11 Jun 2014 20:17:57 -0700 Subject: [PATCH] add colortape --- readme.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.markdown b/readme.markdown index 9ef41e93..d7dc1433 100644 --- a/readme.markdown +++ b/readme.markdown @@ -60,6 +60,7 @@ that will output something pretty if you pipe TAP into them: - https://github.com/calvinmetcalf/tap-nyan - https://www.npmjs.org/package/tap-pessimist - https://github.com/toolness/tap-prettify + - https://github.com/shuhei/colortape To use them, try `node test/index.js | tap-spec` or pipe it into one of the modules of your choice!