Skip to content

jeremygaither/hubot-business-cat

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 51.2%
  • JavaScript 17.9%
  • CSS 14.0%
  • HTML 9.7%
  • Shell 7.2%