0.1.1 • Published 3 years ago

hubot-advanced-help v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

hubot-advanced-help

A hubot help replacement that supports #hashtags

See src/advanced-help.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-advanced-help --save

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

[
  "hubot-advanced-help"
]

Configuration

No further configuration besides external-scripts.json is required in order to get hubot-advanced-help to work. However, you can optionally disable this script with the environment variable HUBOT_ADVANCED_HELP_DISABLE:

HUBOT_ADVANCED_HELP_DISABLE="true" bin/hubot

This is helpful if you want to dynamically control usage of hubot-advanced-help. Remember that you still need to use external-scripts.json regardless of whether the env variable is used.

Sample Interaction

user1>> hubot tags
hubot>> #foo, #bar, #baz, #some-tag
user1>> hubot help #some-tag
hubot>> this is a command tagged with #some-tag
user1>> hubot e.g. #some-tag
hubot>> this is an example tagged with #some-tag
0.1.1

3 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago