0.0.2 • Published 8 years ago

hubot-logy v0.0.2

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

hubot-logy

A hubot script that shows the logs directly to your screen

See src/logger.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-logy --save

Then add hubot-logy to your external-scripts.json:

[
  "hubot-logy"
]

Sample Interaction

user1>> hubot save log <path> into <keyword>
hubot>> Added a new keyword <keyword>

user1>> hubot check log <keyword|path> <lines>
hubot>> Text form log

user1>> hubot list logs
hubot>> These are the logs I have in my brain
hubot>> <path> -> <keyword>
0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago