1.0.0 • Published 9 years ago

hubot-exit v1.0.0

Weekly downloads
20
License
MIT
Repository
github
Last release
9 years ago

Hubot Exit

hubot-exit is a simple hubot script to log 'exit' and 'uncaughtException' event emitted by process.

Usage

Install hubot-exit with npm.

npm install --save hubot-exit

Refer hubot-exit in your external-scripts.json as following.

[
  "hubot-exit"
]