首页chalk,one of the Top 100 most popular or depended-upon nodejs packages
Created At : 2021-12-3
Last Updated: 2021-12-3

chalk

//文档
https://github.com/chalk/chalk
https://www.npmjs.com/package/chalk

chalk 是一个可以修改终端输出字符样式的 npm 包。

image-20211020135747676

使用超级简单

import chalk from 'chalk'
//输出青蓝色的:Hello Cyan
console.log(chalk.cyan('Hello Cyan'))