0.1.7 • Published 10 years ago

jobot-storage-util v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hubot-jobot-storage-util

Hubot script to deal with brain.data

See src/jobot-storage-util.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-jobot-storage-util --save

Then add hubot-jobot-storage-util to your external-scripts.json:

["jobot-storage-util"]

Sample Interaction

user1>> hubot show storage
hubot>> Shell: {
    "users": {
        "1": {
            "id": 1,
            "name": "Shell",
            "room": "Shell",
            "type": "chat"
        }
    },
    "_private": {}
}

License

MIT © 8D Technologies

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago