$ cnpm install get-stdin-promise
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
Copyright 2013 - present © cnpmjs.org | Home |