# Inquirer.js
**Repository Path**: mirrors/Inquirer.js
## Basic Information
- **Project Name**: Inquirer.js
- **Description**: Inquirer 是常规交互式命令行用户接口的集合,提供给 Node.js 一个方便嵌入,漂亮的命令行接口
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: https://www.oschina.net/p/inquirer-js
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2018-01-21
- **Last Updated**: 2025-12-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Inquirer
[](https://www.npmjs.com/package/@inquirer/prompts)
[](https://app.fossa.com/projects/git%2Bgithub.com%2FSBoudrias%2FInquirer.js?ref=badge_shield)
A collection of common interactive command line user interfaces.

Give it a try in your own terminal!
```sh
npx @inquirer/demo@latest
```
# Installation
| npm | yarn | pnpm | bun |
|---|---|---|---|
| ```sh npm install @inquirer/prompts ``` | ```sh yarn add @inquirer/prompts ``` | ```sh pnpm add @inquirer/prompts ``` | ```sh bun add @inquirer/prompts ``` |