chalk-template icon indicating copy to clipboard operation
chalk-template copied to clipboard

Results 4 chalk-template issues
Sort by recently updated
recently updated
newest added

shouldn't last console.log's be also used with `chalkTemplate` instead of just `chalk`?

documentation
good first issue
help wanted

Hi I hit this error while using template literals for a long string. I'm coming at this from a backend PHP and shell programming perspective where [heredoc](https://tldp.org/LDP/abs/html/here-docs.html) syntax (EOF, 'EOF')...

In regular `chalk`, we can use the `chalk.stderr` instance to get colored information suitable for stderr. There is no such way according to https://github.com/chalk/chalk/issues/568#issuecomment-1288782463.

Hey @sindresorhus and @Qix- - please check out this enhanced chalk-template function. This started out as a contribution to https://github.com/google/zx/pull/635 - but after thinking about it, it would be more...