Skip to content
/ sread Public

synchron read from Stdin for node, returns String

Notifications You must be signed in to change notification settings

linkpe/sread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, '!');

About

synchron read from Stdin for node, returns String

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages