Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 596 Bytes

readme.md

File metadata and controls

29 lines (17 loc) · 596 Bytes

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