Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 396 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 396 Bytes

hubot-hello-world

A Hubot script that responds 'World!'

See src/hello-world.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-hello-world --save

Then add hubot-hello-world to your external-scripts.json:

[
  "hubot-hello-world"
]

Sample Interaction

user1>> hubot hello
hubot>> World!