get-stdin
Input reader
A utility module to retrieve input from standard input as a string or buffer
Get stdin as a string or buffer
337 stars
9 watching
28 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/hook-std | A library to capture and modify output from the standard streams in Node.js applications. | 54 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 341 |
sindresorhus/tmpin | Pipes stdin to a temp file and spawns an app with the temp file path as the first argument. | 124 |
sindresorhus/yn | A utility for parsing yes/no like values with optional typo tolerance | 266 |
sindresorhus/pad-stream | Transforms input streams by padding each line with a specified indent | 11 |
sindresorhus/npm-user-cli | Tools to retrieve and display information about npm users. | 30 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
sindresorhus/pokemon | A module that provides access to Pokémon names and IDs in various languages. | 490 |
sindresorhus/file-type-cli | Detects the type of file or input provided | 74 |
sindresorhus/string-length | Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 162 |
sindresorhus/dot-prop | A library to access properties within nested objects using a dot notation | 817 |
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/username | A module that retrieves and caches the current user's username from environment variables or system commands. | 142 |
sindresorhus/npm-user | Extracts user data from an npm user's profile page | 57 |
sindresorhus/string-width | Calculates the visual width of a string based on its Unicode characters and formatting options | 479 |