文件名称:notify-error:发送错误通知
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-28 08:01:26
JavaScript
通知错误 显示错误消息的桌面通知。 示例: standard | notify-error 棉绒错误的结果: 安装 npm install notify-error -g 例子 # with args notify-error ' Syntax Error! ' # with stdin notify-error < README.md 用法 命令行界面 Usage: notify-error [message] cat ./message.txt | notify-error 如果未指定任何消息,则不会显示任何警报。 CLI还将错误消息打印到stdout 。 配置 如果您想配置默认值,则可以在应用程序或用户路径中添加.notify-errorrc文件。 OSX用户的示例: ~/.notify-errorrc { " sound " : " Funk " } 原料
【文件预览】:
notify-error-master
----.gitignore(71B)
----README.md(1KB)
----bin()
--------cmd.js(395B)
----package.json(1021B)
----index.js(258B)
----LICENSE.md(1KB)
----.npmignore(96B)