watch-log

0.0.43 • Public • Published

watch-log

Build Status Code Climate Test Coverage

Watch your log files during development and save your time.

usage

  1. Install global watch-log tool
npm install watch-log -g
  1. Create a file "watch.log.js" into your project with relatives path of log files to get under the watcher activity
// file: watch.log.js
var watch = require("watch-log");

watch.files([
  "logs/error.log", 
  "logs/debug.log" 
]);
  1. Simply run watch-log on your folder project on bash console
watch-log
  1. When a log file changes output are ready for your debug.

Readme

Keywords

none

Package Sidebar

Install

npm i watch-log

Weekly Downloads

25

Version

0.0.43

License

MIT

Last publish

Collaborators

  • francescobianco