You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,6 @@
8
8
9
9
coderaft creates isolated development environments inside Docker islands. Each project lives in its own disposable container while your code stays organized on the host.
10
10
11
-
> **Source of Truth:** The `main` branch is the most up-to-date stable code. Always pull from [itzcozi/coderaft](https://github.com/itzcozi/coderaft) and build for your system, or use the install script for your platform.
12
-
13
-
## Why coderaft?
14
-
15
-
| Problem | coderaft Solution |
16
-
|---------|-------------------|
17
-
| "Works on my machine" | Every project runs in an identical, isolated island |
18
-
| Dependency conflicts | Each island has its own dependencies, no host pollution |
19
-
| Complex setup scripts | One JSON config, one command to start |
20
-
| Heavy VMs or slow tools | Lightweight Docker containers, instant startup |
21
-
| Cluttered host system | Your host stays clean; everything runs in islands |
22
-
| Team onboarding friction | Commit `coderaft.json`, teammates run `coderaft up`|
23
-
24
-
**In short:** Fast, disposable, Docker-native dev environments with minimal config.
25
-
26
11
## Features
27
12
28
13
-**One-command clone** — `coderaft clone <repo>` auto-detects stack and sets up instantly
@@ -36,6 +21,17 @@ coderaft creates isolated development environments inside Docker islands. Each p
36
21
-**Cross-platform** — Linux, macOS, and Windows
37
22
-**Simple config** — One small JSON file, no frameworks
38
23
24
+
## Why coderaft?
25
+
26
+
| Problem | Solution |
27
+
|---------|-------------------|
28
+
| "Works on my machine" | Every project runs in an identical, isolated island |
29
+
| Dependency conflicts | Each island has its own dependencies, no host pollution |
30
+
| Complex setup scripts | One JSON config, one command to start |
31
+
| Heavy VMs or slow tools | Lightweight Docker containers, instant startup |
32
+
| Cluttered host system | Your host stays clean; everything runs in islands |
33
+
| Team onboarding friction | Commit `coderaft.json`, teammates run `coderaft up`|
0 commit comments