@ruan-cat/utils 4.20.0 → 4.22.0

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 CHANGED
@@ -14,3 +14,29 @@ dir:
14
14
  <!-- /automd -->
15
15
 
16
16
  这是阮喵喵开发的工具包,提供了一些工具函数。
17
+
18
+ ## Install
19
+
20
+ <!-- automd:pm-install name="@ruan-cat/utils" -->
21
+
22
+ ```sh
23
+ # ✨ Auto-detect
24
+ npx nypm install @ruan-cat/utils
25
+
26
+ # npm
27
+ npm install @ruan-cat/utils
28
+
29
+ # yarn
30
+ yarn add @ruan-cat/utils
31
+
32
+ # pnpm
33
+ pnpm add @ruan-cat/utils
34
+
35
+ # bun
36
+ bun install @ruan-cat/utils
37
+
38
+ # deno
39
+ deno install npm:@ruan-cat/utils
40
+ ```
41
+
42
+ <!-- /automd -->