Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lockets

netroy14MIT0.1.0

Tail -f in node.js

readme

Lockets

Node.js application to observe (tail -f) a directory of logfiles including a web frontend to display them.

Installation

git clone git://github.com/netroy/Lockets.git
cd Lockets
npm install
node . --watch [DIR_NAME]
  • DIR_NAME is the name of the logs directory

Depencies / node modules

  • connect 2.4.5
  • optimist 0.3.5
  • socket.io 0.9.10
  • stylus 0.29.0