peteclark82 / cuke-tree

A hierarchical Cucumber test report generator and IDE for node.js
MIT License
12 stars 4 forks source link

Replacing acsi-color dependency with colors #14

Open simondean opened 11 years ago

simondean commented 11 years ago

cuke-tree uses the ansi-color module. Looking at npmjs.org, colors has a much larger number of downloads than ansi-color. Plus colors is used by Grunt. Using colors would probably reduce the number of modules a developer has to install when using cuke-tree as one of their other dependencies woukd probably already use colors. It might be worth switching to colors.