1.0.0 • Published 8 years ago

hubot-hrexcuse v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Hubot: hubot-hrexcuse

HR excuse and comment generator for Hubots.

See src/hrexcuse.coffee for full documentation.

Installation

Add hubot-hrexcuse to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-hrexcuse": ">= 0.0.0"
}

Add hubot-hrexcuse to your external-scripts.json:

["hubot-hrexcuse"]

Run npm install hubot-hrexcuse

Sample Interaction

user1>> hubot what would hr say?
hubot>> You are fired!
user1>> hubot what would hr say?
hubot>> Nothing
1.0.0

8 years ago