git-status-monitor:通过git status监视git repo的更改,并在通过电子邮件显示更改时通知您。 用于监视文件中生产中的意外更改很有用

时间:2024-06-12 06:49:08
【文件属性】:

文件名称:git-status-monitor:通过git status监视git repo的更改,并在通过电子邮件显示更改时通知您。 用于监视文件中生产中的意外更改很有用

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-12 06:49:08

JavaScript

Git状态监控器 通过git status监视git repo的更改,并在通过电子邮件显示更改时通知您。 对于监视文件中生产中的意外更改很有用。 注意:应该从诸如cron之类的调度应用程序中调用此应用程序。 就其本身而言,它将仅运行一次。 安装 npm install -g git-status-monitor 用法 git-status-monitor $folder_to_watch $files_to_watch $notify_email_to $notify_email_from $project_name folder_to_watch :您要监视的git repo所在的目录。 files_to_watch :以逗号分隔的文件列表,您希望收到更改的警报。 这些文件是相对于项目根目录的。 要观看整个回购,请将其设置为$ 。 要查看整个子目录,请使用带星号的文件夹名称(例如:


【文件预览】:
git-status-monitor-master
----.gitignore(3KB)
----app.js(4KB)
----templates()
--------alert()
--------error()
----package.json(980B)
----LICENSE(1KB)
----helpers()
--------handlebars.helpers.js(21B)
----CHANGELOG.md(786B)
----README.md(3KB)
----partials()
--------handlebars.partials.js(21B)

网友评论