cloc Questions
1
Solved
It should be a trivial task but neither reading through the docs and man page nor googling brought up a solution to what I'm trying to achieve:
cloc is scanning our source tree and we want it to i...
Ming asked 23/6, 2016 at 9:2
1
cloc enables one to count the number of lines of code stored in a directory per language per type (blank, comment, or code).
git blame enables one to see which part of a file belong to whom.
I'm ...
1
© 2022 - 2024 — McMap. All rights reserved.