gitstat
This tool generates a JSON logfile of one or more git repositories intended to be used on gitstat.com.
How to use?
-
Download the zip archive from the releases.
-
Extract the binary.
-
Run the following on linux/mac:
$ cd <EXTRACTED_PATH>
$ ./gitstat ../project-1 ../project-2
Or on windows:
$ dir <EXTRACTED_PATH>
$ .\gitstat.exe ..\project-1 ..\project2
-
Upload the generated logfile to gitstat.com.
Todo
See the Kanban board here.
FAQ
Is the data kept private?
Yes. The gitstat.com website runs within your browser and doesn't store the logfile remotely or even locally. As a result if you refresh the page you'll have to submit the logfile again.
The only data that is stored within your browser are the config settings.
I miss feature X or found a bug
If you found a bug or have a feature suggestion, please open an issue here. Issues/features related to the website should be posted in the gitstat-web repository.
Can I contribute?
Yes! Please open a PR. If you want to do significant work I'd recommend opening an issue first, share some thoughts before you invest a lot of your time.