create-soybean
v1.7.0
Published
The official scaffolding tool by SoybeanJS for quickly creating different project templates.
Readme
create-soybean
简体中文 | English
SoybeanJS 官方脚手架工具,用于快速创建不同类型的项目模板。
使用方式
npm
npm create soybean@latestpnpm
pnpm create soybean@latestyarn
yarn create soybean@latestbun
bun create soybean@latest也可以直接指定项目名称和模板:
# 指定项目目录
npm create soybean@latest my-project
# 指定模板
npm create soybean@latest my-project -- --template vue可用模板
| 模板 | 描述 |
| ------------ | --------------------------------------- |
| tsdown | TypeScript 库(由 tsdown 构建) |
| vue | Vue 3 项目 |
| vue-tsdown | Vue 3 + TypeScript 库(由 tsdown 构建) |
