We can stylize console log outputs in browsers. But, how to use the same console.log calls to stylize in command line?
I'm aware of how to colorize console outputs. What I want is: Just calling the below code, it will colorize in CLI automatically; a tool or a way to do that.
Convert CSS to Commandline automatically
console.log('%c COLORFUL', 'background: orange; color: white;');
@Oleg @Bergi this question is not a duplicate. Please read the questions carefully before marking. This question has been marked incorrectly as a duplicate.