@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 CHANGED
@@ -46,6 +46,10 @@ PI supports package management for multiple environments:
46
46
 
47
47
  ![Install Dependencies Animation](/assets/pi.gif)
48
48
 
49
+ ### pil - Install the latest dependencies
50
+
51
+ ![Example of running a command](/assets/prun.png)
52
+
49
53
  ### pui - Uninstall Dependencies
50
54
 
51
55
  ![Uninstall Dependencies Example](/assets/pui.png)
@@ -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