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.
zdw•4h ago
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.