https://github.com/goto-bus-stop/scream-stream
convert contents of a stream to uppercase (for tests n whatever)
https://github.com/goto-bus-stop/scream-stream
Last synced: 4 months ago
JSON representation
convert contents of a stream to uppercase (for tests n whatever)
- Host: GitHub
- URL: https://github.com/goto-bus-stop/scream-stream
- Owner: goto-bus-stop
- License: other
- Created: 2018-06-29T14:08:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T14:11:57.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T11:49:25.716Z (5 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# scream-stream
convert contents of a stream to uppercase.
potentially useful for tests n whatever.scream yr h\*ckin lungs out!
[Install](#install) - [Usage](#usage) - [License: Apache-2.0](#license)
[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url][npm-image]: https://img.shields.io/npm/v/scream-stream.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/scream-stream
[travis-image]: https://img.shields.io/travis/goto-bus-stop/scream-stream.svg?style=flat-square
[travis-url]: https://travis-ci.org/goto-bus-stop/scream-stream
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard## Install
```
npm install scream-stream
```## Usage
```js
var scream = require('scream-stream')someStream
.pipe(scream())
.pipe(elsewhere)
```## License
[Apache-2.0](LICENSE.md)