xz-cpt-cli
v1.0.1
Published
项目模板均已配置代码书写规范、格式规范、git提交规范,开箱即用。
Downloads
4
Readme
创建项目模板脚手架
项目模板均已配置代码书写规范、格式规范、git提交规范,开箱即用。
全局安装
// npm
npm install xz-cpt-cli -g
// yarn
yarn add xz-cpt-cli -g
// pnpm
pnpm add xz-cpt-cli -g
创建项目模板
| Command | Description | | --------------------------------- | -------------------------- | | cpt create | 创建项目模板 | | cpt create --name ['projectName'] | 创建项目模板并指定项目名称 |
项目模板列表
- ✔ React
- ✔ Vue