-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adopt a tool for managing colour of console text #5
Comments
Maybe we could try using console.log formatted strings?
Edit: I found ANSIS which supposedly supports node/bun/deno https://github.com/webdiscus/ansis |
Hmm, I'm not clear whether So let's use a library that formalises it, yeah 👍
I think, given that as many as 12.9 million repos use |
I've integrated kleur now! 🥳 |
P.S. You can see the features comparison and benchmarks of most popular terminal colors libraries: |
So far we're using Node.js primitives, but it's kinda gross so we should migrate to something like
chalk
(or better).The text was updated successfully, but these errors were encountered: