through2-linereader

0.0.1 • Public • Published

through2-linereader

Yet another line reader stream, uses through2

Installation

npm install through2-linereader

or

npm install --save through2-linereader

Usage

var linereader = require('through2-linereader');
 
fs.createReadStream('helloWorld.log', 'utf8')
  .pipe(linereader())
  .on('data', function(line){
    console.log('I found a line.', line);
  })

Package Sidebar

Install

npm i through2-linereader

Weekly Downloads

38

Version

0.0.1

License

MIT

Last publish

Collaborators

  • madd512