Node 交互式 CLI Vantage
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/dthree/vantage/#
软件介绍
Vangtage.js 是一个全新的 Node 交互式 CLI。Vangtage 灵感来源于 commander.js,通过 inquirer.js 的交互式 prompt 把在线 Node 应用转换到 CLI。可以本地或者远程访问,Vantage 可以让你构建自己的 API,导入社区扩展等等。
主要特性:
构建自身 API
构建和使用社区扩展
可以用于生产环境,有认证中间件和基础防火墙
内置 REPL.
Vantage 不像其他的 REPL 或者 CLI 模块,允许你远程连接到你的在线 APP,透明访问 CLI。
对于在线 Node 应用来说,
Vantage.js = CLI + SSH + REPL
只需要一行代码:
require("vantage")().listen(4000);
Head First HTML and CSS
Elisabeth Robson、Eric Freeman / O'Reilly Media / 2012-9-8 / USD 39.99
Tired of reading HTML books that only make sense after you're an expert? Then it's about time you picked up Head First HTML and really learned HTML. You want to learn HTML so you can finally create th......一起来看看 《Head First HTML and CSS》 这本书的介绍吧!


