Tokei: Count Your Code, Quickly

3 saikatsg 1 5/24/2025, 5:31:55 PM github.com ↗

Comments (1)

zdw · 7h ago
Related: https://github.com/boyter/scc , which can also separately count code that is generated (based on keywords in the files).

This is useful in cases where API layers (think protobuf -> target lang) are generated by a complier, and you want to know how much code is manually created.