0.1.1 • Published 9 years ago

get-stdin-promise v0.1.1

Weekly downloads
142
License
ISC
Repository
github
Last release
9 years ago

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