-
Notifications
You must be signed in to change notification settings - Fork 31
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
Chalk alternatives #17
Comments
We could also want about colors.js, since it is unmaintained, and had a "regression" in their last releases: Marak/colors.js#285 |
chalk is an interesting one - since 5.x they have no runtime dependencies, so it isn't anywhere near as bad as it used to be i think we should document the alternatives here but not necessarily pull it into the linter yet. especially since chalk 5 is 44KB/5KB (install size / minified size), while picocolors is 5.2KB/1.7KB its also worth mentioning the latest node includes |
I think that the current version of |
im going to close this for now at least since chalk is no longer bloated so much 👍 |
here is the compare of most popular chalk alternatives: chalk, ansis, kleur, ansi-colors, kolorist, colorette, picocolors, cli-color, colors-cli, colors.js |
I absolutely love the sincerity of that readme, this is definitely how all the benchmarks in the dev world should be done. |
There are a number of alternatives to chalk which all tries to be a leaner, more performant alternative:
The text was updated successfully, but these errors were encountered: