Closed GeekSpring closed 5 years ago
Since I forked the repository, I haven't tried to run it on Windows. Will work on that if find time.
@BereGabor could you, please, take a look? If I remember correctly, you work with Windows
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
@BereGabor thanks,we try it !
@GeekSpring, I would be grateful for having your feedback here whether you succeed or found any issues running repostat on Windows.
How do we use repostat on windows? thanks