sexy-stdin

0.1.0 • Public • Published

sexy-stdin

var stdin = require('sexy-stdin');
 
stdin.read(function(data) {
  console.log(data);
});
 
stdin.readlines(function(line, no) {
  console.log("%d %s", no+1, line);
});

Readme

Keywords

none

Package Sidebar

Install

npm i sexy-stdin

Weekly Downloads

3

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hkkoren