joshwcomeau / guppy

🐠A friendly application manager and task runner for React.js
ISC License
3.27k stars 154 forks source link

Fix colors #231

Closed joshwcomeau closed 6 years ago

joshwcomeau commented 6 years ago

Related Issue: closes #30

Summary: Our terminal output hasn't been displaying the ANSI color codes that commands have been generating. This has led to very bland terminal output.

This change fixes that, by enabling an environment variable that includes those color codes, and then also fixes a display quirk by stripping out an unused control character.

Screenshots/GIFs:

screen shot 2018-09-09 at 8 19 00 am screen shot 2018-09-09 at 8 18 49 am screen shot 2018-09-09 at 8 14 51 am