create-vfan

Vfan Lee's Projects CLI


Keywords
vfanlee, create-vfan, cli
License
MIT
Install
npm install create-vfan@0.3.3

Documentation

create-vfan

create-vfan download build status license

介绍

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 react18-ts
  $ create-vfan my-app -t next14 --force

💡 提示: 不常用的项目模板统一在 uncommon-templates 中进行管理。

贡献者

contributors

许可证

MIT