1. 首页
  2. 移动开发
  3. 其他
  4. ke cli alerts:带有颜色的跨平台CLI警报。 适用于Mac OSLinux和Windows 源码

ke cli alerts:带有颜色的跨平台CLI警报。 适用于Mac OSLinux和Windows 源码

上传者: 2021-04-07 00:58:03上传 ZIP文件 6.97KB 热度 7次
带有颜色和彩色符号的跨平台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!' } ) ; // Prints: :check_mark: SUCCESS All done! alert ( { type : 'info' , msg : 'There is an update available' } ) ; // Prints: :information: INFO There is an update available
用户评论