317hu-cli

A cli project of 317hu

Usage no npm install needed!

<script type="module">
  import 17huCli from 'https://cdn.skypack.dev/317hu-cli';
</script>

README

317hu-cli

317hu-cli 1.0.0版本

安装

npm install -g 317hu-cli

使用

317hu new <project-name>

主要有一下选项:

  • 项目名称(默认
  • 项目版本号(默认为脚手架的版本号)
  • 项目描述
  • 开发人员
  • 是否进行git push操作(若选是,则进行下一项操作,否则跳出,开发人员后续手动进行git操作)
  • 输入新项目远端git地址

具体操作流程可参见下图:

Alt text

API

  Usage: 317hu <command> [options]

  Options:

    -v, --version  output the version number
    -h, --help     output usage information

  Commands:

    new <string>   Creates a new application