@simon_he/pi 0.1.4 → 0.1.6
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/dist/index.cjs +199 -6578
- package/dist/index.js +203 -6604
- package/pa.mjs +2 -0
- package/package.json +29 -26
- 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/README.md
CHANGED
|
@@ -46,6 +46,10 @@ PI supports package management for multiple environments:
|
|
|
46
46
|
|
|
47
47
|

|
|
48
48
|
|
|
49
|
+
### pil - Install the latest dependencies
|
|
50
|
+
|
|
51
|
+

|
|
52
|
+
|
|
49
53
|
### pui - Uninstall Dependencies
|
|
50
54
|
|
|
51
55
|

|
|
@@ -97,6 +101,10 @@ export PI_Lang=en
|
|
|
97
101
|
# Execute command
|
|
98
102
|
prun
|
|
99
103
|
# Execute scripts in workspace
|
|
104
|
+
# Execute index.js | index.ts in js | ts files or directories
|
|
105
|
+
# Execute main.go in go files or directories
|
|
106
|
+
# Execute main.rs in rust files or directories
|
|
107
|
+
# Execute main.py in python files or directories
|
|
100
108
|
pfind
|
|
101
109
|
# Initialization
|
|
102
110
|
pinit
|