get-stdin-promise 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