ke cli alerts:带有颜色的跨平台CLI警报。 适用于Mac OSLinux和Windows 源码
带有颜色和彩色符号的跨平台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
文件列表
ke-cli-alerts-master.zip
(预估有个12文件)
ke-cli-alerts-master
index.js
1KB
test.js
287B
package.json
762B
.gitattibutes
0B
readme.md
1KB
.prettierrc
190B
code-of-conduct.md
5KB
LICENSE
1KB
.gitignore
282B
暂无评论