npm.io
1.0.1 • Published 11 years ago

easy-stdin

Licence
MIT
Version
1.0.1
Deps
0
Vulns
0
Weekly
0

easy-stdin

npm version

Want to read the whole of stdin easily?

var stdin = require("easy-stdin")

stdin(function(err, data) {
  if(err) {
    console.error("Oh noes!")
  } else {
    console.log("stdin: " + data);
  }
});

That is all.

Install

npm install easy-stdin