https://github.com/hubot-archive/hubot-business-cat
Business cat is summoned when business jargon is used
https://github.com/hubot-archive/hubot-business-cat
Last synced: 2 months ago
JSON representation
Business cat is summoned when business jargon is used
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-business-cat
- Owner: hubot-archive
- License: mit
- Created: 2013-10-21T14:42:13.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T23:14:23.000Z (over 2 years ago)
- Last Synced: 2025-03-24T15:21:50.329Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 1.46 MB
- Stars: 106
- Watchers: 4
- Forks: 49
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.org/package/hubot-business-cat)
[](https://travis-ci.org/hubot-scripts/hubot-business-cat)
[](https://david-dm.org/hubot-scripts/hubot-business-cat)
[](https://www.npmjs.org/package/hubot-business-cat)# Hubot: Business Cat
Business cat is summoned when business jargon is used

## 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](https://github.com/hubot-scripts/hubot-business-cat/pulls) 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'
```