chipctx 0.1.24 → 0.1.25
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 +6 -1
- package/dist/chipctx-gen.js +117 -117
- package/dist/index.js +250 -245
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,6 +50,9 @@ chipctx flash
|
|
|
50
50
|
# Manage pack index sources
|
|
51
51
|
chipctx sources list
|
|
52
52
|
chipctx sources update
|
|
53
|
+
|
|
54
|
+
# Search local pack index
|
|
55
|
+
chipctx pack search Tai-Action
|
|
53
56
|
```
|
|
54
57
|
|
|
55
58
|
## Configuration
|
|
@@ -86,8 +89,10 @@ If build tools are not found in the current shell:
|
|
|
86
89
|
source ~/.chipctx/env.sh
|
|
87
90
|
```
|
|
88
91
|
|
|
92
|
+
After `chipctx setup` succeeds, chipctx automatically runs `chipctx sources update`
|
|
93
|
+
to refresh the local pack index cache.
|
|
94
|
+
|
|
89
95
|
## Links
|
|
90
96
|
|
|
91
97
|
- npm: https://www.npmjs.com/package/chipctx
|
|
92
98
|
- Web: https://chipctx.com
|
|
93
|
-
|