Skip to content

Latest commit

 

History

History
93 lines (67 loc) · 2.33 KB

.verb.md

File metadata and controls

93 lines (67 loc) · 2.33 KB

Enquirer

version travis downloads



Stylish CLI prompts that are user-friendly, intuitive and easy to create.
>_ Prompts should be more like conversations than inquisitions▌


(Example shows Enquirer's Survey Prompt) Enquirer Survey Prompt
The terminal in all examples is Hyper, theme is hyper-monokai-extended.

See more prompt examples



{%= format(include('docs/features.md')) %}


>_ Ready to start making prompts your users will love? ▌
Enquirer Select Prompt with heartbeat example



❯ Getting started

Get started with Enquirer, the most powerful and easy-to-use Node.js library for creating interactive CLI prompts.


❯ Install

{%= format(include('docs/install.md')) %}


❯ Usage

{%= format(include('docs/usage.md')) %}


❯ Enquirer

{%= format(include('docs/overview.md')) %}

Enquirer API

{%= apidocs('index.js') %}


❯ Prompts

{%= format(include('docs/prompts.md')) %}


❯ Key Bindings

{%= format(include('docs/key-bindings.md')) %}


{%= include('docs/footer.md') %}