317hu-cli 中文文档教程
317hu-cli
317hu-cli 1.0.0版本
安装
npm install -g 317hu-cli
使用
317hu new <project-name>
主要有一下选项:
- 项目名称(默认
) - 项目版本号(默认为脚手架的版本号)
- 项目描述
- 开发人员
- 是否进行
git push
操作(若选是,则进行下一项操作,否则跳出,开发人员后续手动进行git
操作) - 输入新项目远端
git
地址
具体操作流程可参见下图:
API
Usage: 317hu <command> [options]
Options:
-v, --version output the version number
-h, --help output usage information
Commands:
new <string> Creates a new application