@throneless/hubot-file-brain
v0.2.0
Published
A simple hubot brain for development that saves to a json file. Derived from file-brain.coffee by dustyburwell.
Maintainers
Readme
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-brainand 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.
