enquirer
@enquirer
24
Published Tools
0
Total Stars
0
Weekly Downloads
100/100
Avg Security
Published Tools
24 Skillsacross 1 categorychoices-separator
jonschlinkert
Separator for choices arrays in prompts. Based on the Separator from inquirer.
enquirer-prompt-confirm
jonschlinkert
Adds `confirm` (yes/no) prompt support to Enquirer.
enquirer
jonschlinkert
Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
...morehelper-prompt
jonschlinkert
Async helper that prompts the user for input then uses the answers to render templates. Must be registered with a library that supports async helpers, like assemble or generate. After that it should work with handlebars, lo-dash or any other node.js engin
...moreprompt-actions
jonschlinkert
Action manager for prompt-base.
prompt-answer
jonschlinkert
Utility for answering prompts. Useful for unit tests, or when answer values are known in advance.
prompt-autocompletion
jonschlinkert
Prompt that autocompletes as you type. Can be used standalone or with a prompt system like [enquirer]
prompt-base
jonschlinkert
Base prompt module used for creating custom prompts.
prompt-checkbox
jonschlinkert
Multiple-choice/checkbox prompt. Can be used standalone or with a prompt system like [Enquirer].
prompt-choices
jonschlinkert
Create an array of multiple choice objects for use in prompts.
prompt-confirm
doowb
Confirm (yes/no) prompt. Can be used standalone or with a prompt system like [Enquirer].
prompt-expand
jonschlinkert
Expand prompt. Can be used as a standalone prompt, or with a prompt system like [Enquirer].
prompt-input
doowb
Basic text input prompt. This can be used standalone, but it's also included in [enquirer] by default.
prompt-list
jonschlinkert
List-style prompt. Can be used as a standalone prompt, or with a prompt system like [enquirer].
prompt-password-strength
jonschlinkert
Custom mask function for prompt-password that adds a 'strength progress meter' that changes color as the password strength increases. Uses zxcvbn, the popular password strength estimation tool brought to you by dropbox.
...moreprompt-password
jonschlinkert
Password prompt. Can be used as a standalone prompt, or as a plugin for [Enquirer].
prompt-question
jonschlinkert
Question object, used by Enquirer and prompt plugins.
prompt-radio
jonschlinkert
Radio prompt. Can be used as a standalone prompt, or as a plugin for [Enquirer].
prompt-rawlist
jonschlinkert
Rawlist prompt. Can be used as a standalone prompt, or with a prompt system like [Enquirer].
prompt-sort
jonschlinkert
Prompt that allows the user to re-order items in a list of choices.
radio-symbol
jonschlinkert
Unicode radio button symbol, for toggling on/off in prompts.
readline-utils
doowb
Readline utils, for moving the cursor, clearing lines, creating a readline interface, and more.
terminal-paginator
jonschlinkert
Paginator used for rendering lists or choices for prompts in the terminal.
enquirer-esm
halo-951
extends enquirer, and add es module import support