hubot-cron - Crontab like scheduling messages for Hubot

要讓 Hubot 支援排程發送訊息,可以安裝 hubot-cron 套件。 ...

November 16, 2018 · 1 min · 96 words · Larry Nung

Hubot - Interact with Jenkins CI server

要將 Hubot 整合 Jenkins 服務,可為 Hubot 加裝 hubot-jenkins 套件。 ...

November 11, 2018 · 1 min · 205 words · Larry Nung

Hubot - Using with SSH

要將 Hubot 整合 SSH,可以安裝 hubot-sshbot。 npm install –save hubot-sshbot ...

November 11, 2018 · 1 min · 176 words · Larry Nung

Hubot - Using with slack

要將 Hubot 整合 Slack,首先要先在 Slack 上建立 Hubot App。 ...

November 10, 2018 · 1 min · 228 words · Larry Nung

Hubot - Create first script

Hubot scripting 支援 Coffee script 與 Javascript,script 放置於 scripts 目錄下, 內含範本 example.coffee 可以參閱。 ...

November 2, 2018 · 1 min · 115 words · Larry Nung

Hubot - Getting started

Hubot 安裝環境內需先有 Node.js,然後透過 Node.js 套件管理工具安裝 Yeoman 與 Hubot 到全域。 ...

October 31, 2018 · 1 min · 248 words · Larry Nung