hubot-logy

0.0.2 • Public • Published

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>

Package Sidebar

Install

npm i hubot-logy

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • diegosec