Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 500 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 500 Bytes

hubot-help

A hubot script to show available hubot commands

See src/help.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-help --save

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

["hubot-help"]

Sample Interaction

user1>> hubot help
hubot>> hubot help - Displays all of the help commands that Hubot knows about.
hubot>> hubot help <query> - Displays all help commands that match <query>.