conhealth / hubot-business-cat

Business cat is summoned when business jargon is used

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM version Build Status Dependency Status Downloads

Hubot: Business Cat

Business cat is summoned when business jargon is used

It's business time!

Installation

Run the following command to install this module as a Hubot dependency

$ npm install hubot-business-cat --save

Add the hubot-business-cat to your external-scripts.json (you may need to create this file).

["hubot-business-cat"]

Configuration

If you would like business jargon triggers that are not in the plugin, pull requests are welcome. Additionally, the environment variables HUBOT_BUSINESS_CAT_JARGON and HUBOT_BUSINESS_CAT_OMITTED_JARGON can be used with a comma-separated list to extend or reduce the triggers, like so:

HUBOT_BUSINESS_CAT_JARGON='more,jargon,ideat(e|ion)'
HUBOT_BUSINESS_CAT_OMITTED_JARGON='in the loop,takeaway'

About

Business cat is summoned when business jargon is used

License:MIT License


Languages

Language:CoffeeScript 48.1%Language:JavaScript 19.1%Language:CSS 14.9%Language:HTML 10.4%Language:Shell 7.5%