THIS WAS MOSTLY JUST ME HACKING AROUND. IT MAY BE WRONG!
crystal-lang
brew install crystal-lang
- Run
maketo build binary. - Run
./sleuth [path-to-repo] [start-date]. E.g.:./sleuth ../some-repo '2016-01-01'.
Produces a csv with the following format:
| author | file | lines added | lines removed |
| Jane | app/foo/bar.rb | 1032 | 324 |
| Bob | app/baz.js | 13 | 4 |