grantc / hubot-hello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-hello

Hello world

See src/hello.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-hello --save

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

[
  "hubot-hello"
]

Sample Interaction

user1>> hubot hello
hubot>> hello!

About


Languages

Language:CoffeeScript 53.8%Language:JavaScript 29.3%Language:Shell 16.9%