create-bigcli
v1.1.2
Published
Quick Create App with template
Readme
create-bigcli
自用快速创建项目的脚手架工具,支持多种模板。
安装
bun create bigcli使用方法
# 创建项目
bun create bigcli my-app
# 指定目录创建
bun create bigcli my-app --dir ./projects支持的模板
- React + TypeScript
- Vue + TypeScript
- Node.js + TypeScript
特性
- 🚀 快速创建项目
- 📦 多种项目模板
- 🔧 TypeScript 支持
- 🎨 现代化的开发体验
开发
# 安装依赖
pnpm install
# 开发模式
pnpm dev
# 构建
pnpm build
# 发布
npm publishLicense
ISC
