0.0.14 • Published 2 months ago

create-cloudframe-app v0.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

create-cloudframe-app

使用

创建项目

# yarn
yarn create cloudframe-app
# npm
npm create cloudframe-app@latest

指定项目名称创建项目

# 例:创建名为 who_am_i 的项目
yarn create cloudframe-app --name who_am_i

指定模板种子创建项目

# 例:模板种子的 npm 仓库为 @sl/i_am_template
yarn create cloudframe-app --template=@sl/i_am_template

拉取 next tag 的模板种子创建项目

yarn create cloudframe-app --next

# 例:模板种子的 npm 仓库为 @sl/i_am_template
yarn create cloudframe-app --template=@sl/i_am_template --next