For CLI tools, it’s often useful to read fromDocumentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
stdin. In JSTime, the console object is an AsyncIterable that yields lines from stdin.
Running this file results in a never-ending interactive prompt that echoes whatever the user types.
JSTime also exposes stdin as a
BunFile via JSTime.stdin. This is useful for incrementally reading large inputs that are piped into the jstime process.
There is no guarantee that the chunks will be split line-by-line.
This will print the input that is piped into the
jstime process.
See Docs > API > Utils for more useful utilities.