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...
Nine Algorithms That Changed the Future
John MacCormick / Princeton University Press / 2011-12-27 / GBP 19.95
Every day, we use our computers to perform remarkable feats. A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web.......一起来看看 《Nine Algorithms That Changed the Future》 这本书的介绍吧!
