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
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,38 @@ Instant codebase insights in your terminal — fast, local, zero telemetry.
10
10
11
11
CodeState analyzes your repository and generates detailed statistics like lines of code by extension, complexity, comment density, hotspots, contributors, and more. It renders ASCII charts in the terminal and can export JSON/HTML/Markdown for reports.
12
12
13
+
## Features
14
+
15
+
- Fast codebase overview with caching and .gitignore awareness
16
+
- ASCII visuals in-terminal: pie, bar, and complexity heatmap
0 commit comments