Developer toolingIn development
CodePulse
What have I actually written this year?
A live code-stats dashboard that walks any project on a machine and reports line counts and a language breakdown. Built for myself, because estimating a codebase by feel is how projects get mis-scoped.
What it does
- 01Streams results as it walks, so large trees report progressively
- 02Language breakdown by extension with configurable ignore rules
- 03Express backend reading the local filesystem, React front end rendering it