0.2.0 • Published 5 years ago

@throneless/hubot-file-brain v0.2.0

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

hubot-file-brain

A simple hubot brain for development that saves to a json file. Derived from file-brain.coffee by dustyburwell.

Install

In your hubot instance, run the following:

npm install --save hubot-file-brain

and then add hubot-file-brain to external-scripts.json.

Usage

When starting Hubot, provide a directory path via the environment variable HUBOT_FILEBRAIN_PATH. This script will save Hubot state into a brain.json file in the directory provided.