We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fed0e commit ac894beCopy full SHA for ac894be
n-readlines/README.md
@@ -2,8 +2,13 @@
2
3
The implementation of [n-readlines](https://github.com/nacholibre/node-readlines) provides an elegant method to read a text file line-by-line.
4
5
+[n-readlines](https://github.com/nacholibre/node-readlines) might be used as an alternative to the native `readline` interface in `node`.
6
+
7
# Objectives
8
9
+- Read a text file line-by-line
10
+- Write each line to `console`
11
12
# Implementation
13
14
```sh
0 commit comments