2.0.5 • Published 3 years ago

readlineq v2.0.5

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

readlineq

read or write file by lines with promise.

var readlineq = require('readlineq');
# read lines with Promise
var lines = await readlineq('./tmp/stopwords.txt');
// console.log(lines);

# write lines which is sync by default
readlineq('./tmp/test.txt', ["foo\n", "bar\n"]);
// console.log(lines);

LICENSE

MIT

chatoper banner