Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bolasblack/hubot-filesystem-brain


https://github.com/bolasblack/hubot-filesystem-brain

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# hubot-filesystem-brain

A hubot script to persist hubot's brain using filesystem

Forked from [hubot-redis-brain](https://github.com/hubot-scripts/hubot-redis-brain)

See [`index.coffee`](index.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install bolasblack/hubot-filesystem-brain --save`

Then add **hubot-filesystem-brain** to your `external-scripts.json`:

```json
[
"hubot-filesystem-brain"
]
```