create-vfan
v0.5.2
Published
Vfan Lee's Projects CLI
Downloads
358
Readme
create-vfan
介绍
Vfan Lee 的项目脚手架,用于快速创建项目。
快速开始
# npm
npm create vfan@latest
# pnpm
pnpm create vfan@latest
# yarn
yarn create vfan@latest使用方式
用法(Usage): create-vfan [项目名称] [选项]
Vfan Lee 的项目脚手架,用于快速创建项目。
参数(Arguments):
project-name 项目名称
选项(Options):
-v, --version 显示版本信息
-f, --force 强制覆盖已存在的目录
-t, --template <template> 指定模板
-h, --help 显示帮助信息
示例(Examples):
$ create-vfan
$ create-vfan my-app
$ create-vfan my-app --template react
$ create-vfan my-app -t nextjs --force💡 提示: 不常用的项目模板统一在 uncommon-templates 中进行管理。
