Skip to content

ymzkryo/hubot-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A Hubot script that respond 'World!'

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 42.0%
  • JavaScript 39.6%
  • Shell 18.4%