read-console-input
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Read Console Input

Simple and easy to use syncrhonous readline for Node.js that supports UTF-8 input.

Install

npm install read-console-input

Usage

import readline from 'read-console-input';

const name = readline('What is your name: ');
console.log('Hello ' + name);

Package Sidebar

Install

npm i read-console-input

Weekly Downloads

3

Version

0.2.0

License

MIT

Unpacked Size

4.3 kB

Total Files

5

Last publish

Collaborators

  • jahlgren