Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

kewah/bernarbot

Repository files navigation

slack-bernarbot

Bernarbot uses:

Scripting

Local scripts must be included at scripts/*.coffee.
Scripting Guide

hubot-scripts

To enable scripts from the hubot-scripts package, add the script name with extension as a double quoted string to the hubot-scripts.json file in this repo.

external-scripts

Hubot is able to load scripts from third-party npm package. Check the package's documentation, but in general it is:

  1. Add the packages as dependencies into your package.json
  2. npm install to make sure those packages are installed
  3. Add the package name to external-scripts.json as a double quoted string

You can review external-scripts.json to see what is included by default.

Guides