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.
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.
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].
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].
Radio prompt. Can be used as a standalone prompt, or as a plugin for [Enquirer].
Basic text input prompt. This can be used standalone, but it's also included in [enquirer] by default.
Expand prompt. Can be used as a standalone prompt, or with a prompt system like [Enquirer].
Rawlist prompt. Can be used as a standalone prompt, or with a prompt system like [Enquirer].
Core Inquirer prompt API
Inquirer input text prompt
Inquirer confirm prompt
Inquirer select/list prompt