crapthings / readline-es

a tiny helper for read by line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm i readline-es

Usage

import {
  read,
  readJson,
} from './index.js'

read(console.log)('./example.txt')
readJson(console.log)('./example.json')

About

a tiny helper for read by line


Languages

Language:JavaScript 100.0%