geekin-devtoys 0.1.10 → 0.2.2
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 +26 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<div style="display: flex; justify-content: center; gap: 10px;">
|
|
2
|
+
<img width="300px" src="https://foruda.gitee.com/images/1774513998366958533/0e63db89_13172711.png">
|
|
3
|
+
</div>
|
|
4
|
+
|
|
5
|
+
<div style="display: flex; justify-content: center; gap: 10px;">
|
|
6
|
+
<a href="https://npmx.dev/package/geekin-devtoys">
|
|
7
|
+
<img src="https://npmx.dev/api/registry/badge/version/geekin-devtoys" />
|
|
8
|
+
</a>
|
|
9
|
+
<a href="https://github.com/geekin-library/dotey">
|
|
10
|
+
<img src="https://img.shields.io/badge/node-%20%3E%3D%2020-47c219" />
|
|
11
|
+
</a>
|
|
12
|
+
<a href="https://npmcharts.com/compare/geekin-devtoys?minimal=true">
|
|
13
|
+
<img src="https://img.shields.io/npm/dm/geekin-devtoys.svg" />
|
|
14
|
+
</a>
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
## 使用包管理器
|
|
18
|
+
```bash
|
|
19
|
+
npm install geekin-devtoys --save
|
|
20
|
+
```
|
|
21
|
+
```bash
|
|
22
|
+
pnpm install geekin-devtoys
|
|
23
|
+
```
|
|
24
|
+
```bash
|
|
25
|
+
yarn add geekin-devtoys
|
|
26
|
+
```
|