Skip to content

Commit e7ceaf2

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
patch: updated cli-display-modes.md file for better visualization
1 parent 1e8cb32 commit e7ceaf2

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

docs/cli-display-modes.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,43 +20,43 @@ sync-ctl analyze .
2020
📊 PROJECT ANALYSIS DASHBOARD
2121
═══════════════════════════════════════════════════════════════════════════════════════════════════
2222
23-
┌─ Architecture Overview ────────────────────────────────────────────────────────────────────────┐
23+
┌─ Architecture Overview ────────────────────────────────────────────────────────────────────────
2424
│ Type: Monorepo (3 projects) │
2525
│ Pattern: Fullstack │
2626
│ Full-stack app with frontend/backend separation │
2727
└─────────────────────────────────────────────────────────────────────────────────────────────────┘
2828
29-
┌─ Technology Stack ─────────────────────────────────────────────────────────────────────────────┐
29+
┌─ Technology Stack ─────────────────────────────────────────────────────────────────────────────
3030
│ Languages: TypeScript │
3131
│ Frameworks: Encore, Tanstack Start │
3232
│ Databases: Drizzle ORM │
3333
└─────────────────────────────────────────────────────────────────────────────────────────────────┘
3434
3535
┌─ Projects Matrix ──────────────────────────────────────────────────────────────────────────────┐
36-
│ ┌─────────────────┬──────────────┬───────────┬─────────────────┬───────┬────────┬──────
37-
│ │ Project │ Type │ Languages │ Main Tech │ Ports │ Docker │ Deps
38-
│ ├─────────────────┼──────────────┼───────────┼─────────────────┼───────┼────────┼──────
39-
│ │ ⚙️ backend │ Backend │ TypeScript│ Encore │ 4000 │ ✓ │ 32
40-
│ │ 🏗️ devops-agent │ Infrastructure│ TypeScript│ - │ - │ ✗ │ 5 │
41-
│ │ 🌐 frontend │ Frontend │ TypeScript│ Tanstack Start │ 3000 │ ✓ │ 123 │
42-
│ └─────────────────┴──────────────┴───────────┴─────────────────┴───────┴────────┴──────┘
43-
└────────────────────────────────────────────────────────────────────────────────────────────────
44-
45-
┌─ Docker Infrastructure ────────────────────────────────────────────────────────────────────────┐
36+
│ ┌─────────────────┬──────────────┬───────────┬─────────────────┬───────┬────────┬──────────┐
37+
│ │ Project │ Type │ Languages │ Main Tech │ Ports │ Docker │ Deps
38+
│ ├─────────────────┼──────────────┼───────────┼─────────────────┼───────┼────────┼──────────┤
39+
│ │ backend │ Backend │ TypeScript│ Encore │ 4000 │ ✓ │ 32
40+
│ │ devops-agent │ Infrastructure │ TypeScript │ - │ - │ ✗ │ 5 │ │
41+
│ │ frontend │ Frontend │ TypeScript│ Tanstack Start │ 3000 │ ✓ │ 123 │ │
42+
│ └─────────────────┴──────────────┴───────────┴─────────────────┴───────┴────────┴──────────
43+
└────────────────────────────────────────────────────────────────────────────────────────────────┘
44+
45+
┌─ Docker Infrastructure ────────────────────────────────────────────────────────────────────────
4646
│ Dockerfiles: 2 │
4747
│ Compose Files: 2 │
4848
│ Total Services: 5 │
4949
│ Orchestration Patterns: Microservices │
50-
│ ─────────────────────────────────────────────────────────────────────────────────────────────
50+
│ ────────────────────────────────────────────────────────────────────────────────────────────────
5151
│ Service Connectivity: │
5252
│ encore-postgres: 5431:5432 │
5353
│ encore: 4000:8080 → encore-postgres │
5454
│ intellitask-app: 3000:3000 │
5555
└─────────────────────────────────────────────────────────────────────────────────────────────────┘
5656
5757
┌─ Analysis Metrics ─────────────────────────────────────────────────────────────────────────────┐
58-
⏱️ Duration: 57ms 📁 Files: 294 🎯 Score: 87% 🔖 Version: 0.3.0 │
59-
└────────────────────────────────────────────────────────────────────────────────────────────────
58+
Duration: 57ms Files: 294 Score: 87% Version: 0.3.0
59+
└────────────────────────────────────────────────────────────────────────────────────────────────┘
6060
6161
═══════════════════════════════════════════════════════════════════════════════════════════════════
6262
```

0 commit comments

Comments
 (0)