Skip to content

A simpleish hubot plugin that saves the brain to a json file, along with a few helpers.

Notifications You must be signed in to change notification settings

jackellenberger/hubot-file-brain-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-file-brain-utils

A hubot file brain with support for cold and warm starts, as well as a few helpful commands.

Install

In your hubot instance, run the following:

npm install --save hubot-file-brain-utils

and then add hubot-file-brain-utils 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.

About

A simpleish hubot plugin that saves the brain to a json file, along with a few helpers.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 91.6%
  • Shell 8.4%