跳到主要内容

chalk

终端中显示彩色字的工具,特别常见于各类 cli 工具中。

// 官方例子
console.log(chalk.red('Hello', chalk.underline.bgBlue('world') + '!'));

一般非命令行工具,就很少用到了。