hubot snippets实现Google Snippets原则的Hubot模块
将 hubot-snippets 添加到 package.json 文件中的 dependencies 里:
\"dependencies\": {
\"hubot-snippets\": \"latest\"
}
将 hubot-snippets 添加到您的 external-scripts.json 文件:
[ \"hubot-snippets\" ]
运行 npm install hubot-snippets。
配置命令:
-
#standup: 记录今天的 standup 信息。 -
#sitdown: 记录 sitdo 信息。
下载地址
用户评论