-
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
Reconsider using colors #16
Comments
Chalk FTW |
So, I've checked out both So unless someone else can recommend another zero dependency module instead of colors, I'll close this and live with colors. |
@victorbjelkholm all of Chalk's deps are maintained by the same author, and are like 7kb or less. Not a biggie. I would consider extending the String prototype a much more concerning proposition than a few tiny deps by the same (trusted) author. |
The network requests are the overhead really, and I would prefer to have a small number of tiny dependencies rather that a big number of them Yeah, I'm not relying on any of the String prototype stuff that colors provide, although it does seem like I'm missusing it, and should use |
Okay, cool. Up to you, man. But thats my two cents. 😄 |
From: sindresorhus/awesome-nodejs#477 (comment)
The text was updated successfully, but these errors were encountered: