Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/hubot-filesystem-brain
https://github.com/bolasblack/hubot-filesystem-brain
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bolasblack/hubot-filesystem-brain
- Owner: bolasblack
- Created: 2016-05-07T09:28:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-07T09:43:18.000Z (over 8 years ago)
- Last Synced: 2024-11-10T03:36:32.459Z (2 months ago)
- Language: CoffeeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
```