Qoa
Minimal interactive command-line prompts library
Qoa is a lightweight command-line prompt library for Node.js. It helps developers collect user input through simple, interactive, and configurable terminal prompts. The library has no external dependencies, which makes it small, fast, and easy to add to CLI tools. It includes seven prompt types, covering plain input, confirmation, password-style hidden input, single-key input, quizzes, and navigable choices. Qoa can run prompts sequentially through one async prompt function or individually...