带有颜色和彩色符号的跨平台CLI警报,用于显示成功,信息,警告和错误。 它可以在Mac OS,GNU / Linux和Windows上运行。
ke-cli-alerts
安装
npm install ke - cli - alerts
用法
const alert = require ( 'ke-cli-alerts' ) ;
// Provide the type, msg, options.
alert ( { type : 'success' , msg : 'All done!' } )