A Hubot Gear for enable help and show available commands
This is a gear to add to hubot.js the ability to show help with available commands. If you do not know the hubot.js or do not know what they are gears like this click here for more details.
When hubot.js starts you can ask for help. The help command will show commands from all active gears.
hubot help
Help should be asked directly to the hubot. If you ask help in channel, will receive a warning.
- Fork and clone this project
- In the main directory run
npm install
to install dependencies. - Write your code.
- To run tests use
npm test
command
Robson Bittencourt - @rluizv - robson.luizv@gmail.com
Distributed under the MIT license. See LICENSE for more information.