rulesync 5.5.1 → 5.7.0
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 +10 -2
- package/dist/index.cjs +514 -335
- package/dist/index.js +492 -313
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ rulesync --help
|
|
|
34
34
|
|
|
35
35
|
### Single Binary (Experimental)
|
|
36
36
|
|
|
37
|
-
Download pre-built binaries from the [latest release](https://github.com/dyoshikawa/rulesync/releases/latest).
|
|
37
|
+
Download pre-built binaries from the [latest release](https://github.com/dyoshikawa/rulesync/releases/latest). These binaries are built using [Bun's single-file executable bundler](https://bun.sh/docs/bundler/executables).
|
|
38
38
|
|
|
39
39
|
<details>
|
|
40
40
|
<summary>Commands to install a binary for your platform</summary>
|
|
@@ -63,6 +63,14 @@ curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync
|
|
|
63
63
|
sudo mv rulesync /usr/local/bin/
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
+
#### macOS (Intel)
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-darwin-x64 -o rulesync && \
|
|
70
|
+
chmod +x rulesync && \
|
|
71
|
+
sudo mv rulesync /usr/local/bin/
|
|
72
|
+
```
|
|
73
|
+
|
|
66
74
|
#### Windows (x64)
|
|
67
75
|
|
|
68
76
|
```powershell
|
|
@@ -135,7 +143,7 @@ Rulesync supports both **generation** and **import** for All of the major AI cod
|
|
|
135
143
|
| Kilo Code | ✅ 🌏 | ✅ | ✅ | ✅ 🌏 | | ✅ 🌏 |
|
|
136
144
|
| Roo Code | ✅ | ✅ | ✅ | ✅ | 🎮 | ✅ 🌏 |
|
|
137
145
|
| Qwen Code | ✅ | ✅ | | | | |
|
|
138
|
-
| Kiro
|
|
146
|
+
| Kiro IDE | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
139
147
|
| Google Antigravity | ✅ | | | ✅ | | ✅ 🌏 |
|
|
140
148
|
| JetBrains Junie | ✅ | ✅ | ✅ | | | |
|
|
141
149
|
| AugmentCode | ✅ | ✅ | | | | |
|