Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 492 Bytes

hubot-idio Build Status

A hubot script that performs idio specific tasks.

See the scripts in src/ for full documentation.

Installation

In hubot project repo, run:

npm install hubot-idio --save

Then add hubot-idio to your external-scripts.json:

[
  "hubot-idio"
]

Sample Interaction

Each script is quite different, better to go read the code.