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
Update README with verified benchmarks and online demo link
Replaced outdated/unverified performance claims with actual measured data
from comprehensive benchmarking across small, medium, and large repositories.
Corrected scc vs cloc speed difference from claimed 80x to measured 10x.
Added prominent link to online analyzer for immediate trial without installation.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
> 📊 Visualize code evolution over time with interactive animated graphs
4
4
5
-
Analyzes the evolution of code composition across your git repository's history by running **[scc](https://github.com/boyter/scc)** (default, ~80x faster) or **[cloc](https://github.com/AlDanial/cloc)** on every commit. Generates beautiful, interactive HTML visualizations showing how your codebase has grown and changed.
5
+
Analyzes the evolution of code composition across your git repository's history by running **[scc](https://github.com/boyter/scc)** (default, ~10x faster) or **[cloc](https://github.com/AlDanial/cloc)** on every commit. Generates beautiful, interactive HTML visualizations showing how your codebase has grown and changed.
6
+
7
+
<divalign="center">
8
+
9
+
**[🌐 Try it online at analyze.devd.ca](https://analyze.devd.ca/)** — Analyze public repositories server-side, no installation required!
10
+
11
+
</div>
6
12
7
13
## ✨ Features
8
14
@@ -17,7 +23,7 @@ Analyzes the evolution of code composition across your git repository's history
17
23
- 🔧 **Flexible** - Choose between scc (fast) or cloc (thorough)
18
24
19
25
### What's New in v0.10
20
-
-**⚡ scc Support** - Default to scc for ~80x faster analysis
26
+
-**⚡ scc Support** - Default to scc for ~10x faster analysis
21
27
-**🎵 Audio Sonification** - Hear your code evolution (experimental)
22
28
-**📊 Enhanced Metrics** - Complexity and bytes data (with scc)
23
29
-**🔧 Tool Selection** - Choose scc or cloc via `--counter` flag
@@ -29,7 +35,7 @@ Analyzes the evolution of code composition across your git repository's history
29
35
30
36
-**Node.js** v16 or higher
31
37
-**scc** (recommended, default) or **cloc**:
32
-
-**scc** (~80x faster):
38
+
-**scc** (recommended, ~10x faster):
33
39
- Ubuntu/Debian: `sudo snap install scc` or download from [releases](https://github.com/boyter/scc/releases)
34
40
- macOS: `brew install scc`
35
41
- Windows: `scoop install scc` or download from [releases](https://github.com/boyter/scc/releases)
@@ -158,15 +164,15 @@ Document transitions like "migrated from JavaScript to TypeScript" with visual p
0 commit comments