@simon_he/pi 0.0.53 → 0.0.55
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 +12 -0
- package/dist/index.cjs +6810 -20
- package/dist/index.js +6813 -20
- package/package.json +14 -14
- package/pbuild.mjs +2 -0
- package/pci.mjs +2 -0
- package/pfind.mjs +2 -0
- package/pi.mjs +2 -0
- package/pil.mjs +2 -0
- package/pinit.mjs +2 -0
- package/pio.mjs +2 -0
- package/pix.mjs +2 -0
- package/prun.mjs +2 -0
- package/pu.mjs +2 -0
- package/pui.mjs +2 -0
- /package/{cli.mjs → pa.mjs} +0 -0
package/README.md
CHANGED
|
@@ -40,6 +40,18 @@ A smart package manager with a custom loading style, which makes you install dep
|
|
|
40
40
|
- others
|
|
41
41
|

|
|
42
42
|
|
|
43
|
+
## :phone: Language
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
# Export environment variables in your bash or zsh
|
|
47
|
+
|
|
48
|
+
# Chinese
|
|
49
|
+
export PI_Lang=zh
|
|
50
|
+
|
|
51
|
+
# English
|
|
52
|
+
export PI_Lang=en
|
|
53
|
+
```
|
|
54
|
+
|
|
43
55
|
## :gear: Install
|
|
44
56
|
|
|
45
57
|
```
|