@zessjs/cli 1.0.2 → 1.0.3
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 +3 -3
- package/package.json +1 -1
- package/template/common/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
<a href="https://rpsffx.github.io/zess" target="_blank" alt="Zess Logo">
|
|
3
3
|
<img src="https://pic1.imgdb.cn/item/68c7c093c5157e1a8804fb52.svg" alt="Zess Logo">
|
|
4
4
|
</a>
|
|
5
|
-
</
|
|
6
|
-
|
|
7
|
-
# @zessjs/cli
|
|
5
|
+
<h1>@zessjs/cli</h1>
|
|
8
6
|
|
|
9
7
|
[](https://www.npmjs.com/package/@zessjs/cli) [](https://github.com/rpsffx/zess/blob/main/LICENSE)
|
|
10
8
|
|
|
11
9
|
Zess CLI tool 🔨 For easily creating Vite-powered Zess project.
|
|
12
10
|
|
|
11
|
+
</div>
|
|
12
|
+
|
|
13
13
|
<div align="center">
|
|
14
14
|
<img src="https://pic1.imgdb.cn/item/68dea750c5157e1a885103f9.gif" alt="Zess CLI Usage" style="max-width: 100%; height: auto;">
|
|
15
15
|
</div>
|
package/package.json
CHANGED