命令行工具,用于从模板快速生成项目
$ npm install -g hua-cli
Usage: hua <command> [options]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
init generate a new project from a template
list list available official templates
page create a new page, include html, scss, js file
publish publish project to remote server
help [cmd] display help for [cmd]
# 从模板新建项目
$ hua init <my-project>
# 列出所有可用的模板
$ hua list
# 创建新页面
$ hua page <pageName>
# 发布dist目录到远程服务器
$ hua publish
- [x] 支持 hua publish 命令
- [x] 支持 hua page 命令