Skip to content

A hubot script to show available hubot commands

Notifications You must be signed in to change notification settings

complex-media/hubot-help

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>.

About

A hubot script to show available hubot commands

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 66.6%
  • JavaScript 22.8%
  • Shell 10.6%