inquirer
A collection of common interactive command line user interfaces.
A collection of common interactive command line user interfaces.
Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
Readline Façade fixing bugs and issues found in releases 0.8 and 0.10
Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).
Make any Node ReadableStream emit "keypress" events
Simple streaming readline module.
Read file line by line without buffering the whole file in memory.
Transform stream to read line-by-line and write a string
Create an array of multiple choice objects for use in prompts.
Question object, used by Enquirer and prompt plugins.
Base prompt module used for creating custom prompts.
Readline utils, for moving the cursor, clearing lines, creating a readline interface, and more.
Separator for choices arrays in prompts. Based on the Separator from inquirer.
Paginator used for rendering lists or choices for prompts in the terminal.
Create a readline interface with default settings to use in prompts.
Confirm (yes/no) prompt. Can be used standalone or with a prompt system like [Enquirer].
a synchronous prompt for node.js
List-style prompt. Can be used as a standalone prompt, or with a prompt system like [enquirer].
Password prompt. Can be used as a standalone prompt, or as a plugin for [Enquirer].
Multiple-choice/checkbox prompt. Can be used standalone or with a prompt system like [Enquirer].