@simon_he/pi 0.0.28 → 0.0.30
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 +1 -2
- package/dist/index.cjs +72 -70
- package/dist/index.js +72 -70
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,6 +102,7 @@ You can configure the loading style in .zshrc, as follows:
|
|
|
102
102
|
```
|
|
103
103
|
export PI_COLOR=red # loadingstyle color
|
|
104
104
|
export PI_SPINNER=star # loadingstyle
|
|
105
|
+
export PI_DEFAULT=pnpm # If the current project does not set the installed package manager, you can set the default installation here
|
|
105
106
|
```
|
|
106
107
|
|
|
107
108
|
- 70+ types of styles, from [cli-spinners](https://jsfiddle.net/sindresorhus/2eLtsbey/embedded/result/),You can choose to fill in the name in PI_SPINNER.
|
|
@@ -117,6 +118,4 @@ export PI_SPINNER=star # loadingstyle
|
|
|
117
118
|
|
|
118
119
|
[MIT](./LICENSE) License © 2022 [Simon He](https://github.com/Simon-He95)
|
|
119
120
|
|
|
120
|
-
## :coffee:
|
|
121
|
-
|
|
122
121
|
<a href="https://github.com/Simon-He95/sponsor" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a>
|