Moacir Rosa
Moacir Rosa
It might be interesting to split the content by programming language in some way
The new [moacirosa/mvp](https://github.com/moacirosa/mvp/blob/master/most_valuable_programmer/iterator.py#L12) could do its job much better if would be possible to depend on repository "module"
Add switch to disable colors in terminal (let it enabled by default)
Despite `--csv` command switch seems to be a great idea I believe that it would be better create a `--format` command switch that accepts (csv|json|xml). An exclusive parameter group might...
Currently files included in `.gitignore` are already being excluded since the file list comes from `git ls-files`. However it would be possible that an user is interested in exclude the...
Considering that performance is a clear issue (mainly for large repositories) it would be interesting cache some already calculated metrics. I believe that write the calculated metrics in a file...