npm-run-all
npm-run-all copied to clipboard
More colors for task
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
Note: it needs to work in cmd.exe as fallback to basic colors.
@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 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.