1.0.0 • Published 8 months ago

qxf-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

搭建cli脚手架

安装

全局安装

npm install -g qxf-cli

or yarn

yarn add qxf-cli -g

借助 npx

创建模板

npx create qxf-cli <name> [-t | --template] [--gitname]

示例 npx create qxf-cli hello-cli --template element-vite-template joyee

使用

创建模板

qxf-cli create <name> [-t | --template] [--gitname]

示例

qxf-cli create hello-cli --template element-vite-template joyee

1.0.0

8 months ago