27 lines
378 B
Markdown
27 lines
378 B
Markdown
|
# hubot-raumgirl-new
|
||
|
|
||
|
ctdo raumgirl
|
||
|
|
||
|
See [`src/raumgirl-new.coffee`](src/raumgirl-new.coffee) for full documentation.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
In hubot project repo, run:
|
||
|
|
||
|
`npm install hubot-raumgirl-new --save`
|
||
|
|
||
|
Then add **hubot-raumgirl-new** to your `external-scripts.json`:
|
||
|
|
||
|
```json
|
||
|
[
|
||
|
"hubot-raumgirl-new"
|
||
|
]
|
||
|
```
|
||
|
|
||
|
## Sample Interaction
|
||
|
|
||
|
```
|
||
|
user1>> hubot hello
|
||
|
hubot>> hello!
|
||
|
```
|