1.1.0 • Published 9 years ago

hubot-explainshell v1.1.0

Weekly downloads
11
License
MIT
Repository
github
Last release
9 years ago

Hubot: hubot-explainshell

A explainshell wrapper for Hubots.

See src/explainshell.coffee for full documentation.

Installation

Add hubot-explainshell to your package.json file:

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

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

["hubot-explainshell"]

Run npm install hubot-explainshell

Sample Interaction

user1> hubot explainshell tar xvzf ball.tar.gz
Hubot> http://explainshell.com/explain?cmd=tar+xvzf+ball.tar.gz
1.1.0

9 years ago

1.0.0

10 years ago