Skip to content

raineorshine/get-stdin-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Return stdin as a promise.

Resources

License

Stars

Watchers

Forks

Packages

No packages published