https://github.com/hubot-js/gear-help
A Hubot gear for enable help and show available commands.
https://github.com/hubot-js/gear-help
chatbot chatops hubot-gear hubot-js
Last synced: 12 months ago
JSON representation
A Hubot gear for enable help and show available commands.
- Host: GitHub
- URL: https://github.com/hubot-js/gear-help
- Owner: hubot-js
- License: mit
- Created: 2016-08-18T01:57:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T02:18:00.000Z (over 7 years ago)
- Last Synced: 2025-03-01T15:44:50.576Z (over 1 year ago)
- Topics: chatbot, chatops, hubot-gear, hubot-js
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/gear-help
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gear-help
[](https://travis-ci.org/hubot-js/gear-help) [](https://www.npmjs.com/package/gear-help) [](https://coveralls.io/github/hubot-js/gear-help?branch=master) [](https://codeclimate.com/github/hubot-js/gear-help) [](https://david-dm.org/hubot-js/gear-help) [](https://david-dm.org/hubot-js/gear-help?type=dev)
> A Hubot Gear for enable help and show available commands
This is a gear to add to [hubot.js](https://github.com/hubot-js/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](https://github.com/hubot-js/hubot.js/blob/master/README.md) for more details.

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

## Development setup
- 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
## Meta
Robson Bittencourt - @rluizv - robson.luizv@gmail.com
Distributed under the MIT license. See [LICENSE](LICENSE) for more information.
https://github.com/hubot-js/gear-help