get-stdin-promise

0.1.1 • Public • Published

get-stdin-promise

Build Status NPM version

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

Package Sidebar

Install

npm i get-stdin-promise

Weekly Downloads

207

Version

0.1.1

License

ISC

Last publish

Collaborators

  • raine