Skip to content

Add support for both Enquirer and Inquirer (configurable prompt engine) #24

@sathwik-14

Description

@sathwik-14

Currently, quikjs uses Inquirer for CLI prompts. Some developers prefer Enquirer for its async/modern design.
Add a config or environment variable that lets users switch between the two (e.g., QUIK_PROMPT_LIB=enquirer).

Acceptance Criteria:

If Enquirer is installed, user can toggle between Inquirer or Enquirer.

Backward compatible with existing behavior.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions