Closed BereGabor closed 5 years ago
Implement new CSV Output feature. CSV files can used to load data any data analyse or visualizer system.
new cli option: output valid values: html, csv default is 'html'
with html value generate the html riport as the current main feature. with csv value generate some csv output: authors, commits details... and so on.
Project name and repo name have to be in csv files.
I have forked the repo and implement this feature :)
great! You are welcome to send a pull request, perhaps, this will motivate me to work on the project :)
Implement new CSV Output feature. CSV files can used to load data any data analyse or visualizer system.
new cli option: output valid values: html, csv default is 'html'
with html value generate the html riport as the current main feature. with csv value generate some csv output: authors, commits details... and so on.
Project name and repo name have to be in csv files.