@melihmucuk/leash 1.0.9 → 1.0.11
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 +13 -6
- package/dist/cli/leash.js +1799 -0
- package/package.json +22 -13
- package/bin/leash.js +0 -204
- package/bin/lib.js +0 -225
- package/packages/core/lib/version-checker.js +0 -44
package/README.md
CHANGED
|
@@ -29,6 +29,8 @@ Links:
|
|
|
29
29
|
|
|
30
30
|
## Quick Start
|
|
31
31
|
|
|
32
|
+
**All platforms except Pi:**
|
|
33
|
+
|
|
32
34
|
```bash
|
|
33
35
|
# Install leash globally
|
|
34
36
|
npm install -g @melihmucuk/leash
|
|
@@ -43,12 +45,17 @@ leash --remove <platform>
|
|
|
43
45
|
leash --update
|
|
44
46
|
```
|
|
45
47
|
|
|
46
|
-
| Platform
|
|
47
|
-
|
|
|
48
|
-
| OpenCode
|
|
49
|
-
|
|
|
50
|
-
|
|
|
51
|
-
|
|
48
|
+
| Platform | Command |
|
|
49
|
+
| ------------- | --------------------------- |
|
|
50
|
+
| OpenCode | `leash --setup opencode` |
|
|
51
|
+
| Claude Code | `leash --setup claude-code` |
|
|
52
|
+
| Factory Droid | `leash --setup factory` |
|
|
53
|
+
|
|
54
|
+
**Pi Coding Agent:**
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
pi install npm:@melihmucuk/leash
|
|
58
|
+
```
|
|
52
59
|
|
|
53
60
|
Restart your agent. Done!
|
|
54
61
|
|