first-chunk-stream
Chunk transformer
Transforms the first chunk of a stream into a specified format and sends it to the stream
Transform the first chunk in a stream
27 stars
9 watching
5 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 341 |
sindresorhus/pad-stream | Transforms input streams by padding each line with a specified indent | 11 |
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
sindresorhus/noop-stream | Creates streams with minimal data production or discarding of received data. | 52 |
sindresorhus/random-bytes-readable-stream | Creates a stream producing cryptographically strong pseudo-random data | 76 |
sindresorhus/cows | An ASCII art cow generator with various designs and styles | 419 |
sindresorhus/dev-null-cli | Creates a null stream from input data | 92 |
sindresorhus/move-file | Moves files across devices and partitions without relying on system-specific rename functions. | 198 |
sindresorhus/round-to | A utility library for rounding numbers to specific decimal places | 155 |
sindresorhus/hook-std | A library to capture and modify output from the standard streams in Node.js applications. | 54 |
sindresorhus/gulp-markdown | Converts Markdown files to HTML using the marked library | 181 |
sindresorhus/gulp-filter | A plugin for Gulp that enables filtering of file streams using glob patterns | 315 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |