-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export to HTML #63
Comments
Nice idea! ✨ Regarding the image exporting, there is a similar issue: #50. Contributions are welcome! 😄 |
Yes! This would rock! Then you could create a cron job that runs once every day and use the exported image/HTML on your own webpage. |
@bratanon Right now, priority number one is releasing |
Since 2.0.0 is out, I'm moving to this issue. The first step would be to dump raw calendar data (in the |
It seems that @adros has done something in this direction. 😄 |
I'm on it. |
@garygreen @bratanon See #50. This is kinda solved locally. I'm going to push the changes in the next couple of days. 😄 |
Using git-stats --raw | git-stats-html -o out.html |
Would be nice to be able to export to HTML file like
git-stats --export=html > stats.html
Ideally should be various exporter types, like image, html, text ansi, etc and people can add any that they like :-)
The text was updated successfully, but these errors were encountered: