zo-tail-f

1.0.4 • Public • Published

tail-f

watch file like tail -f

Installation

  npm install --save zo-tail-f

Usage

  const tail = require('zo-tail-f')  
  let watcher = tail.watch('test/test.log')
  watcher.on('line', line => {
    console.log(line)
  }) 

api

tail.watch(filename, options)

  • filename:
  • options:
    • encoding: default: 'utf8'
    • mode: 'line' 'chunk' 'stream', default:'line'
    • interval: ms, default: 0 no inspect. Sometimes fs.watch() is delayed too much, For more timely changes, you can set the 'interval' parameter

Readme

Keywords

Package Sidebar

Install

npm i zo-tail-f

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

6.42 kB

Total Files

7

Last publish

Collaborators

  • zero0-1one