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.
Parse yes/no like values
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.
A wrapper around inquirer that makes it easy to create and selectively reuse questions.
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].
Ask questions, persist the answers. Basic support for i18n and storing answers based on current working directory.
Returns true if an answer to a prompt is not undefined, null, an empty object, empty array, or a string with zero length.
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].