Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

scream-stream

goto-bus-stop9Apache-2.01.0.0

convert contents of a stream to uppercase (for tests n whatever)

stream, uppercase

readme

scream-stream

convert contents of a stream to uppercase. potentially useful for tests n whatever.

scream yr h*ckin lungs out!

Install - Usage - License: Apache-2.0

npm travis standard

Install

npm install scream-stream

Usage

var scream = require('scream-stream')

someStream
  .pipe(scream())
  .pipe(elsewhere)

License

Apache-2.0

changelog

scream-stream change log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.0.0

  • Initial (and probably final) release.