Enquirer
Pinned repositories
Repositories
-
.github
Enquirer's default community health files
-
enquirer
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, Generate, lint-staged, pm2, gluegun, hygen, GitHub Actions Toolkit, @airbnb/nimbus, and many others!
-
prompt-google-form
Enquirer prompt for filling in Google Forms.
-
prompt-checkbox
This repository has been archived, use Enquirer instead.
-
enquirer-compat
A package for compatibility from Inquirer.
-
-
radio-symbol
This repository has been archived, use Enquirer instead.
-
choices-separator
This repository has been archived, use Enquirer instead.
-
-
prompt-confirm
This repository has been archived, use Enquirer instead.
-
prompt-base
This repository has been archived, use Enquirer instead.
-
prompt-editor
Heads up! The Enquirer API has changed. This prompt must be used with pre-v2.0 Enquirer. Editor prompt. Opens your text editor and waits for you to save your input during a prompt. Can be used standalone or with a prompt system like [Enquirer].
-
prompt-choices
This repository has been archived, use Enquirer instead.
-
prompt-list
This repository has been archived, use Enquirer instead.
-
prompt-expand
List prompt, where the answer is selected using a shortcut. Can be used as a standalone prompt, or as a plugin for Enquirer.
-
prompt-autocompletion
This repository has been archived, use the autocomplete prompt in Enquirer instead.
-
prompt-input
This repository has been archived, use the built-in input prompt in Enquirer instead.
-
prompt-gh-clone
Prompt for the owner/name of a GitHub repository to clone.
-
prompt-question
This repository has been archived, use Enquirer instead.
-
readline-utils
This repository has been archived, use Enquirer instead.
-
prompt-radio
Requires Enquirer <2.0. Radio prompt. This prompt behaves like other radio-button interfaces, where only one choice is enabled whilst all others are disabled. Can be used as a standalone prompt, or with a prompt system like Enquirer.
-
prompt-password
This repository has been archived, use the built-in password prompt in Enquirer instead.
-
prompt-sort
This repository has been archived, use the built-in sort prompt in Enquirer instead.
-
prompt-rawlist
Requires Enquirer <2.0. Adds `rawlist` prompt support to Enquirer.
-
readline-ui
This repository has been archived, use Enquirer instead.
-
prompt-history
This repository has been archived, use the built-in history functionality in Enquirer instead.
-
prompt-actions
This repository has been archived, use Enquirer instead.
-
prompt-password-strength
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.
-
terminal-paginator
This repository has been archived, use Enquirer instead.
-
helper-prompt
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 engine that supports helper functions.