Marak / colors.js

get colors in your node.js console
https://github.com/Marak/colors.js
Other
5.17k stars 446 forks source link

#21 Add support for FORCE_NO_COLOR env var #242

Closed mearns closed 5 years ago

mearns commented 6 years ago

As mentioned here, there's a potential conflict between FORCE_COLOR and FORCE_NO_COLOR. Decided to address this by issuing a warning (when supported) and falling back on FORCE_COLOR, since that's will preserve existing behavior.

DABH commented 5 years ago

LGTM, just enhanced readme a bit. Will go out in next release -- thanks!