linepipe
v0.1.1
Published
A file line reader with a pipe size. If set the pipe size to 5, and read 5 lines one time to do the async function.
Downloads
2
Readme
linepipe
A file line reader with a pipe size. If set the pipe size to 5, and read 5 lines one time to do the async function.
Install
npm install linepipe
Useage
const linepipe = require('linepipe');
Sample
UPDATE:
- v0.0.1: project init
- v0.0.2:
TODO:
- will done