pad-stream
Line padder
Transforms input streams by padding each line with a specified indent
Pad each line in a stream
11 stars
6 watching
6 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/first-chunk-stream | Transforms the first chunk of a stream into a specified format and sends it to the stream | 27 |
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/indent-string-cli | A command-line tool for indenting lines of text | 5 |
sindresorhus/strip-indent | Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 135 |
sindresorhus/indent-string | A utility function to insert consistent indentation into a string | 112 |
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
sindresorhus/get-stdin | A utility module to retrieve input from standard input as a string or buffer | 337 |
sindresorhus/filled-array | Creates an array of specified length filled with a given value or function returning values | 43 |
sindresorhus/dev-null-cli | Creates a null stream from input data | 92 |
sindresorhus/cows | An ASCII art cow generator with various designs and styles | 419 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
sindresorhus/cli-truncate | Library to truncate strings to fit terminal widths | 85 |
sindresorhus/strip-css-comments-cli | A command-line tool to remove comments from CSS files | 38 |