Open thompson318 opened 3 years ago
just explored pycloc to replace cloc functionality, but cloc seems more capable with Git. Will now think about refactoring the existing code inside get_loc.py within the library for counting and plotting code.
We can still make it potentially more lightweight and fast by not storing or pulling any of the git hashes -- we are only interested in the last version
It might be worth splitting bits off, so we can create general purpose utilities. A library for counting lines of code and plotting would be of more general use. There are some out there but they don't seem very up to date.