UNPKG

342 BMarkdownView Raw
1# hubot-qwe
2
3A hubot script that does the things
4
5See [`src/qwe.coffee`](src/qwe.coffee) for full documentation.
6
7## Installation
8
9In hubot project repo, run:
10
11`npm install hubot-qwe --save`
12
13Then add **hubot-qwe** to your `external-scripts.json`:
14
15```json
16["hubot-qwe"]
17```
18
19## Sample Interaction
20
21```
22user1>> hubot hello
23hubot>> hello!
24```