chalk-pipe 使用更简单的样式字符串创建粉笔样式方案 Install yarn add chalk-pipe Usage const chalkPipe = require('chalk-pipe'); console.log(chalkPipe('blue.bold')('Hello world!')); 使用点 . 区分多种样式: const chalkPipe = require('chalk-pipe'); const link = chalkPipe('blue.und...
chalk-pipe 使用更简单的样式字符串创建粉笔样式方案 Install yarn add chalk-pipe Usage const chalkPipe = require('chalk-pipe'); console.log(chalkPipe('blue.bold')('Hello world!')); 使用点 . 区分多种样式: const chalkPipe = require('chalk-pipe'); const link = chalkPipe('blue.und...