create-piant
v0.0.2-alpha.0
Published
使用 CLI 创建 Piant 项目
Readme
create-piant
使用 CLI 快速创建 Piant 项目。
使用方式
# 使用 pnpm
pnpm create piant
# 使用 npm
npm create piant@latest
# 使用 yarn
yarn create piant或者指定项目名称:
pnpm create piant my-app可用模板
| 模板 | 说明 |
|------|------|
| basic | 基础应用模板(rsbuild + @piant/core) |
创建后
cd my-app
pnpm install
pnpm devLicense
MIT
