Node.js 命令行用户界面 Inquirer.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/SBoudrias/Inquirer.js
- 软件文档: https://github.com/SBoudrias/Inquirer.js
- 官方下载: https://github.com/SBoudrias/Inquirer.js
软件介绍
Inquirer 是常规交互式命令行用户接口的集合,提供给 Node.js 一个方便嵌入,漂亮的命令行接口。
Inquirer 会简化询问终端用户问题,解析,验证答案,提供错误反馈等等功能。
安装:
npm install inquirer
var inquirer = require("inquirer");
inquirer.prompt([/* Pass your questions in here */], function( answers ) {
// Use user feedback for... whatever!!
});示例:
node examples/pizza.js node examples/checkbox.js # etc...
The Seasoned Schemer
Daniel P. Friedman、Matthias Felleisen / The MIT Press / 1995-12-21 / USD 38.00
drawings by Duane Bibbyforeword and afterword by Guy L. Steele Jr.The notion that "thinking about computing is one of the most exciting things the human mind can do" sets both The Little Schemer (form......一起来看看 《The Seasoned Schemer》 这本书的介绍吧!
