worktree-compose 0.1.3 → 0.1.4
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,9 @@ Zero-config Docker Compose isolation for git worktrees.
|
|
|
6
6
|
|
|
7
7
|
Every worktree gets its own ports, database, cache, and containers — automatically.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
https://github.com/user-attachments/assets/fe05a2ff-954b-4e4f-b01b-ad17f1233abf
|
|
11
|
+
|
|
10
12
|
|
|
11
13
|
```bash
|
|
12
14
|
npm install -D worktree-compose
|