npm-run-all icon indicating copy to clipboard operation
npm-run-all copied to clipboard

More colors for task

Open alexander-akait opened this issue 8 years ago • 3 comments

Now we have only 5 colors (https://github.com/mysticatea/npm-run-all/blob/master/lib/run-task.js#L25). It would be nice to have more color, it is often that the tasks of more than 5 and some of the same color, which is not very convenient

alexander-akait avatar Jan 18 '17 16:01 alexander-akait

Note: it needs to work in cmd.exe as fallback to basic colors.

mysticatea avatar Jan 19 '17 02:01 mysticatea

@mysticatea I would like to help add more colors, the question is what process do you use to test that the colors work on cmd.exe and have a proper fallback? I am reading through chalk to figure out a way to help with this.

Chalarangelo avatar Nov 30 '17 11:11 Chalarangelo

@Chalarangelo Thank you very much! Yes, I'm worried how the colors display in cmd.exe. The npm run-script command uses cmd.exe internally on Windows.

mysticatea avatar Dec 02 '17 06:12 mysticatea