Since Node v20.12.0, there is the native function styletext() that can replace chalk.
I'm suggesting this replacement because it removes a dependency and reduces the package size. Also, because Chalk doesn't work on Bun in GitHub Actions. oven-sh/bun#32496
Since Node v20.12.0, there is the native function
styletext()that can replacechalk.I'm suggesting this replacement because it removes a dependency and reduces the package size. Also, because Chalk doesn't work on Bun in GitHub Actions. oven-sh/bun#32496