@oaysus/cli 0.1.12 → 0.1.13
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
24
|
<p align="center">
|
|
25
|
+
<a href="https://github.com/oaysus/cli/stargazers">
|
|
26
|
+
<img src="https://img.shields.io/github/stars/oaysus/cli?style=social" alt="GitHub stars" />
|
|
27
|
+
</a>
|
|
28
|
+
|
|
25
29
|
<a href="https://www.npmjs.com/package/@oaysus/cli">
|
|
26
30
|
<img src="https://img.shields.io/npm/v/@oaysus/cli.svg" alt="npm version" />
|
|
27
31
|
</a>
|
|
@@ -30,6 +34,10 @@
|
|
|
30
34
|
</a>
|
|
31
35
|
</p>
|
|
32
36
|
|
|
37
|
+
<p align="center">
|
|
38
|
+
<sub>If you find Oaysus useful, please consider giving us a ⭐ on GitHub!</sub>
|
|
39
|
+
</p>
|
|
40
|
+
|
|
33
41
|
<p align="center">
|
|
34
42
|
<a href="https://youtu.be/VlUNf-uZvTY">
|
|
35
43
|
<img src="./assets/demo.gif" alt="Oaysus CLI Demo" width="800" />
|