# seeai-cli **Repository Path**: xccjh/seeai-cli ## Basic Information - **Project Name**: seeai-cli - **Description**: seeai平台通用简易版本脚手架 包地址:https://www.npmjs.com/package/@xccjh/seeai-cli - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.npmjs.com/package/@xccjh/seeai-cli - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-09 - **Last Updated**: 2021-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: 脚手架, 通用固定模板拉取型 ## README ## SEEAI通用vue项目脚手架 ### Usage ```shell script Usage: seeai [options] Options: -V, --version output the version number -h, --help display help for command Commands: init|i 创建新新项目 list|l 显示可使用的模板列表 help [command] display help for command ``` ### seeai init ```shell script seeai init 可用模板列表: 0 : seeai-template 请选择模板类型(0): ---------------------------------------- 请输入项目名称(demo): ---------------------------------------- | 正在初始化项目,请稍等...... * 项目构建成功 cd demo && yarn && yarn start ``` ### seeai list ```shell script * seeai-template - SEEAI通用vue项目脚手架 ```