All Projects → hassaku → hubot-suggest

hassaku / hubot-suggest

Licence: other
Suggest hubot commands when not found

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to hubot-suggest

PREBorderView
A very simple Objective-C UIView category for specifying single-sided borders.
Stars: ✭ 18 (-37.93%)
Mutual labels:  helper
nest-abstract
NestJs Abstraction Helper
Stars: ✭ 36 (+24.14%)
Mutual labels:  helper
git-cheatsheet
One stop guide to help solve all your doubts related to Git & GitHub.
Stars: ✭ 31 (+6.9%)
Mutual labels:  helper
MagicaVoxel File Writer
MagicaVoxel File Writer dependency free cpp class
Stars: ✭ 26 (-10.34%)
Mutual labels:  helper
sendmessage
SendMessage is a little tool to send Windows messages to any window.
Stars: ✭ 93 (+220.69%)
Mutual labels:  helper
IDCardNumber-Validator
An Objective-C & Swift implementation to (check) validate Chinese ID Card No. 身份证号码验证
Stars: ✭ 15 (-48.28%)
Mutual labels:  helper
cfw-easy-utils
An in-depth library to assist with common tasks with CF Workers. Includes utils for responses, cookies, and more!
Stars: ✭ 52 (+79.31%)
Mutual labels:  helper
DevExpress4Delphi
Class helper for DevExpress components
Stars: ✭ 22 (-24.14%)
Mutual labels:  helper
simetric
String similarity metrics for Elixir
Stars: ✭ 59 (+103.45%)
Mutual labels:  levenshtein
stringosim
String similarity functions, String distance's, Jaccard, Levenshtein, Hamming, Jaro-Winkler, Q-grams, N-grams, LCS - Longest Common Subsequence, Cosine similarity...
Stars: ✭ 47 (+62.07%)
Mutual labels:  levenshtein
strutil
Golang metrics for calculating string similarity and other string utility functions
Stars: ✭ 114 (+293.1%)
Mutual labels:  levenshtein
csshelper
CSS helper, forget traditional css frameworks approach, every class is a task-like
Stars: ✭ 14 (-51.72%)
Mutual labels:  helper
slicy
A set of typesafe chainable slice helpers to reduce pain of working with slices
Stars: ✭ 18 (-37.93%)
Mutual labels:  helper
xd-storage-helper
A little helper to make storing key-value-pairs (e.g. settings) for Adobe XD plugins easier.
Stars: ✭ 22 (-24.14%)
Mutual labels:  helper
hubot-typescript-boilerplate
ChatOps made easier
Stars: ✭ 20 (-31.03%)
Mutual labels:  hubot
hubot-markov
Hubot watches all, and builds a markov model from everything you say.
Stars: ✭ 63 (+117.24%)
Mutual labels:  hubot
ideas
Идеи по улучшению языка C++ для обсуждения
Stars: ✭ 65 (+124.14%)
Mutual labels:  helper
aws-mobilehub-helper-ios
ARCHIVED: Use https://github.com/aws/aws-sdk-ios/
Stars: ✭ 41 (+41.38%)
Mutual labels:  helper
RaycastVisualization
This asset allows users to view raycasts as the user fires them.
Stars: ✭ 61 (+110.34%)
Mutual labels:  helper
UCAS-Helper
国科大(UCAS, ucas)校园网登录、课程资源下载、自动评教和分数查询助手
Stars: ✭ 105 (+262.07%)
Mutual labels:  helper

Build Status

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

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].