get-stdin-promise

December 10, 2014 · View on GitHub

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

Contents

  1. 1Install
  2. 2Usage
  3. 3License