@aipm-registry/cli 0.1.0 → 0.1.1
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 +3 -0
- package/dist/bin.cjs +7741 -0
- package/dist/bin.cjs.map +7 -0
- package/package.json +5 -9
- package/dist/bin.d.ts +0 -3
- package/dist/bin.d.ts.map +0 -1
- package/dist/bin.js +0 -136
- package/dist/bin.js.map +0 -1
- package/dist/install-one.d.ts +0 -13
- package/dist/install-one.d.ts.map +0 -1
- package/dist/install-one.js +0 -60
- package/dist/install-one.js.map +0 -1
- package/dist/pack.d.ts +0 -3
- package/dist/pack.d.ts.map +0 -1
- package/dist/pack.js +0 -27
- package/dist/pack.js.map +0 -1
- package/dist/project-files.d.ts +0 -10
- package/dist/project-files.d.ts.map +0 -1
- package/dist/project-files.js +0 -53
- package/dist/project-files.js.map +0 -1
- package/dist/prompt.d.ts +0 -3
- package/dist/prompt.d.ts.map +0 -1
- package/dist/prompt.js +0 -19
- package/dist/prompt.js.map +0 -1
- package/dist/registry-client.d.ts +0 -14
- package/dist/registry-client.d.ts.map +0 -1
- package/dist/registry-client.js +0 -58
- package/dist/registry-client.js.map +0 -1
package/README.md
CHANGED
|
@@ -29,6 +29,9 @@ List installed skills:
|
|
|
29
29
|
aipm list
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
+
This package is bundled. Installing `@aipm-registry/cli` gives you the `aipm`
|
|
33
|
+
command without needing to install any other AIPM npm packages manually.
|
|
34
|
+
|
|
32
35
|
Publishing is currently approval-only:
|
|
33
36
|
|
|
34
37
|
```bash
|