Return stdin as a promise
npm install get-stdin-promise> Promise version of get-stdin
``sh`
$ npm install --save get-stdin-promise
`js
var stdin = require('get-stdin-promise')
stdin.then(function (text) {
console.log(text + '!!!')
})
``
ISC © Raine Lourie