Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

optimizely/hubot-help

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 63.7%
  • JavaScript 24.8%
  • Shell 11.5%