create-unibest 3.0.0 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ <h1 align="center">✨create unibest✨</h1>
2
+
3
+ <p align="center">
4
+ <a href="https://www.npmjs.com/package/create-unibest"><img src="https://img.shields.io/npm/dm/create-unibest?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
5
+ <a href="https://www.npmjs.com/package/create-unibest"><img src="https://img.shields.io/npm/v/create-unibest?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
6
+ </p>
7
+
8
+ <h2 align="center">
9
+ <sub>>_ Easy to use create unibest</sub>
10
+ </h2>
11
+
12
+ ## 📖 介绍
13
+
14
+ `create-unibest` 是一个用于快速创建 `unibest` 项目的轻量脚手架工具,它可以帮助你快速创建一个基于 `vite` + `vue3` + `TS` 的 `uni-app` 项目,同时提供了一些模板供你选择。
15
+
16
+ ## 🚤 快速使用
17
+
18
+ ```shell
19
+ pnpm create unibest@latest
20
+ ```
package/bin/index.js CHANGED
File without changes
@@ -0,0 +1 @@
1
+ #!/usr/bin/env node