Kevin 29b9a0c50c clean && clean html base hace 4 años
..
test 29b9a0c50c clean && clean html base hace 4 años
.npmignore 29b9a0c50c clean && clean html base hace 4 años
.testem.json 29b9a0c50c clean && clean html base hace 4 años
.travis.yml 29b9a0c50c clean && clean html base hace 4 años
LICENCE 29b9a0c50c clean && clean html base hace 4 años
README.md 29b9a0c50c clean && clean html base hace 4 años
index.js 29b9a0c50c clean && clean html base hace 4 años
package.json 29b9a0c50c clean && clean html base hace 4 años

README.md

console-stream

build status

browser support

A writable stream that writes to the console

Refactored out of tape

Example

var ConsoleStream = require("console-stream")

var stream = ConsoleStream()

stream.write("one")
stream.write("two\n")
// console.log('onetwo')
stream.write("three\nfour")
// console.log('three')
stream.end("five")
// console.log('fourfive')

Installation

npm install console-stream

Contributors

  • Raynos

MIT Licenced