文件名称:hubot-snippets:实现 Google Snippets 原则的 hubot 模块
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-22 12:13:15
CoffeeScript
Hubot 片段
实现一种方法来执行 Google Snippets 任务跟踪
安装
将hubot-snippets添加到package.json文件中:
" dependencies " : {
...
" hubot-snippets " : " latest "
}
将hubot-snippets添加到您的external-scripts.json :
[ " hubot-snippets " ]
运行npm install hubot-snippets
配置
命令
#standup
【文件预览】:
hubot-snippets-master
----.gitignore(587B)
----README.md(651B)
----LICENSE(1KB)
----script()
--------bootstrap(337B)
--------test(103B)
----package.json(622B)
----index.coffee(315B)
----src()
--------snippets.coffee(8KB)
----.npmignore(13B)