vifactor / repostat

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

How do we use repostat on windows? #57

Closed GeekSpring closed 5 years ago

GeekSpring commented 5 years ago

How do we use repostat on windows? thanks

vifactor commented 5 years ago

Since I forked the repository, I haven't tried to run it on Windows. Will work on that if find time.

vifactor commented 5 years ago

@BereGabor could you, please, take a look? If I remember correctly, you work with Windows

BereGabor commented 5 years ago

You can use repostat as a simple cli command practically from cmd.

Here is an example call: python gitstats.py --output_format=html c:\git\repostat c:\statistic_output

or you can get the usage info python gitstats.py --help

If python is not in windows PATH environment variable. Here is a guide how you can do this.

Prereqs: python 3+ install required. Python 3.7

repostat install: You can find the repostat script install instruction in README.MD on repostat git repo

GeekSpring commented 5 years ago

@BereGabor thanks,we try it !

vifactor commented 5 years ago

@GeekSpring, I would be grateful for having your feedback here whether you succeed or found any issues running repostat on Windows.