An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/hassaku/hubot-suggest.svg?branch=master)](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.
```