sread
v1.2.0
Published
synchron read from Stdin for node, returns String
Downloads
3
Readme
sread
synchron read from Stdin for node, returns String
Installation
npm install sread
Usage
var sread = require('sread');
var answer = sread('your name? ');
console.log('Hi ', answer, '!');