get-stdin-promise
December 10, 2014 · View on GitHub
Promise version of get-stdin
Install
$ npm install --save get-stdin-promise
Usage
var stdin = require('get-stdin-promise')
stdin.then(function (text) {
console.log(text + '!!!')
})
License
ISC © Raine Lourie