https://github.com/hassaku/hubot-suggest
Suggest hubot commands when not found
https://github.com/hassaku/hubot-suggest
coffeescript helper hubot levenshtein
Last synced: 8 months ago
JSON representation
Suggest hubot commands when not found
- Host: GitHub
- URL: https://github.com/hassaku/hubot-suggest
- Owner: hassaku
- Created: 2014-09-26T00:21:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T07:48:30.000Z (over 8 years ago)
- Last Synced: 2025-02-14T07:37:33.156Z (8 months ago)
- Topics: coffeescript, helper, hubot, levenshtein
- Language: CoffeeScript
- Homepage:
- Size: 7.81 KB
- Stars: 30
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/hassaku/hubot-suggest)
hubot-suggest
=============Enables hubot to suggest commands when not found.
## Installation
* Run the `npm install` command.
```
$ npm install hubot-suggest
```* Add the following code in your `external-scripts.json` file.
```
["hubot-suggest"]
```## Sample Interaction
```sh
Hubot> Hubot youtobe me penguin
Hubot> Could not find command 'hubot youtobe me penguin'.
Maybe you meant 'Hubot youtube me' or 'Hubot time' or 'Hubot the rules'.
Run `Hubot help` for more commands.
```