Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More colors for task #85

Open
alexander-akait opened this issue Jan 18, 2017 · 3 comments
Open

More colors for task #85

alexander-akait opened this issue Jan 18, 2017 · 3 comments

Comments

@alexander-akait
Copy link
Contributor

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

@mysticatea
Copy link
Owner

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

@Chalarangelo
Copy link

@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.

@mysticatea
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment