-
Notifications
You must be signed in to change notification settings - Fork 30
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
cli-color
, chalk
#149
Comments
I think it makes sense. We can list all 3 if we don't already (I think there might already be a chalk entry, so we might just need to update) |
There was a previous discussion about I'm still interested to see how yoctocolors fare against other alternatives, as it claims to be the fastest and smallest of the bunch. Edit: it might also worth considering that |
i'm hesitant to add yoctocolors since it offers no benefit over picocolors and is near enough a copy-paste of the same logic but slower in some cases it isn't smaller, picocolors is (pc 5KB vs yc 10KB) if we start adding alternatives that don't have anything to offer over the established ones, we'll just confuse users with too many choices. this needs to stay a well curated list rather than a bucket of "stuff"
|
In the short-term, replace with
picocolors
,kleur
, etc.Maybe starting in April 2025 when Node 18 is EOL consider replacing with
styleText
The text was updated successfully, but these errors were encountered: