# 🍮 xiaobuding-cli

![npm版本](https://img.shields.io/badge/xiaobudingcli-_v0.0.1-green)

一个基于 ⚡Vite + 🖖Vue3 + 🟦TypeScript + 🎨ElementPlus 的脚手架工具

## ✨ 特性

- 快速创建 Vue3 项目模板
- 集成 TypeScript 支持
- 包含 ElementPlus UI 框架
- 开箱即用的 Vite 配置

## 📦 安装

```bash
npm install -g xiaobuding-cli
```

## 🚀 使用

### 安装

```bash
xiaobuding create <project-name>
```

### 查看版本

```bash
xiaobuding -v
xiaobuding --version
```
