vifactor / repostat

Inspired by gitstats project: git repository desktop analyzer
GNU General Public License v3.0
106 stars 13 forks source link

CSV Output feature #32

Closed BereGabor closed 5 years ago

BereGabor commented 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.

BereGabor commented 5 years ago

I have forked the repo and implement this feature :)

vifactor commented 5 years ago

great! You are welcome to send a pull request, perhaps, this will motivate me to work on the project :)