inquirer@14.0.2
// A collection of common interactive command line user interfaces.
$ npm install inquirer
downloads/wk
42,917,603
license
MIT
version
14.0.2
published
May 31, 2026
What is inquirer?
Inquirer is a Node.js package that provides interactive command-line prompts for collecting user input, such as text answers, confirmations, multiple-choice selections, and other common CLI interactions. Developers use it to build user-friendly command-line tools, generators, and scaffolding utilities that need to ask questions and gather responses from users in the terminal. It handles the complexity of terminal I/O so developers can focus on their application logic rather than implementing prompts from scratch.
Links
Keywords
Dependencies (6)
Maintainers
sboudrias, mischah, ruyadorno