into-stream

Stream converter

Converts various input types into readable streams.

Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

GitHub

207 stars
7 watching
15 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list

nodejsnpm-packagereadable-streamstream

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sindresorhus/to-readable-streamConverts a string or binary data into a stream for piping to other tools90
sindresorhus/get-streamA utility library for working with streams in JavaScript342
sindresorhus/noop-streamCreates streams with minimal data production or discarding of received data.52
sindresorhus/is-streamA utility library to check if an object is a Node.js stream111
sindresorhus/observable-to-promiseConverts an Observable to a Promise for asynchronous data handling47
sindresorhus/first-chunk-streamTransforms the first chunk of a stream into a specified format and sends it to the stream27
sindresorhus/pad-streamTransforms input streams by padding each line with a specified indent11
then/spromA utility for converting Node.js Streams into Promises14
sindresorhus/random-bytes-readable-streamCreates a stream producing cryptographically strong pseudo-random data76
nodejs/readable-streamProvides a Node.js implementation of the core streams classes for userland development1,033
sindresorhus/dev-null-cliCreates a null stream from input data92
sindresorhus/p-pipeCreates a reusable pipeline of promise-returning functions to compose and chain together multiple asynchronous operations.122
sindresorhus/pretty-bytes-cliConverts bytes to a human-readable string representation.68
sindresorhus/cpy-cliCopies files from source to destination using streams and directory utilities.346
sindresorhus/pretty-bytesConverts bytes to human-readable strings1,122