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.
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.
Confirm (yes/no) prompt. Can be used standalone 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].
Wrapper over enquirer with better support for testing
Core Inquirer prompt API
Inquirer input text prompt
Inquirer confirm prompt
Inquirer select/list prompt