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