@aryaminus/controlkeel 0.1.19 → 0.1.20
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 +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,18 @@ npx @aryaminus/controlkeel@latest
|
|
|
17
17
|
|
|
18
18
|
The package installs and exposes the `controlkeel` command.
|
|
19
19
|
|
|
20
|
+
Published companion packages that tie into the main CLI:
|
|
21
|
+
|
|
22
|
+
- [`@aryaminus/controlkeel-opencode`](https://www.npmjs.com/package/@aryaminus/controlkeel-opencode) for OpenCode plugin installs
|
|
23
|
+
- [`@aryaminus/controlkeel-pi-extension`](https://www.npmjs.com/package/@aryaminus/controlkeel-pi-extension) for Pi extension installs
|
|
24
|
+
|
|
25
|
+
Main project docs:
|
|
26
|
+
|
|
27
|
+
- [Repository README](https://github.com/aryaminus/controlkeel#readme)
|
|
28
|
+
- [Getting started](https://github.com/aryaminus/controlkeel/blob/main/docs/getting-started.md)
|
|
29
|
+
- [Direct host installs](https://github.com/aryaminus/controlkeel/blob/main/docs/direct-host-installs.md)
|
|
30
|
+
- [Support matrix](https://github.com/aryaminus/controlkeel/blob/main/docs/support-matrix.md)
|
|
31
|
+
|
|
20
32
|
You can also install the same bootstrap package from GitHub Packages:
|
|
21
33
|
|
|
22
34
|
```bash
|