Skip to content
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

Closed
garygreen opened this issue Aug 5, 2015 · 8 comments
Closed

Export to HTML #63

garygreen opened this issue Aug 5, 2015 · 8 comments
Assignees
Milestone

Comments

@garygreen
Copy link

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 :-)

@IonicaBizau
Copy link
Owner

Nice idea! ✨

Regarding the image exporting, there is a similar issue: #50. Contributions are welcome! 😄

@bratanon
Copy link

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.

@IonicaBizau
Copy link
Owner

@bratanon Right now, priority number one is releasing 2.0.0, and then I will work on these little issues. Maybe this week or the next one I will release the new version and if people will like it I will invest more time in adding new features. 😄

@IonicaBizau IonicaBizau added this to the 2.1.0 milestone Aug 20, 2015
@IonicaBizau
Copy link
Owner

Since 2.0.0 is out, I'm moving to this issue. The first step would be to dump raw calendar data (in the cli-gh-cal format) to the stdout. Something like git-stats --raw. ❇️

@IonicaBizau
Copy link
Owner

It seems that @adros has done something in this direction. 😄

@IonicaBizau IonicaBizau self-assigned this Oct 23, 2016
@IonicaBizau
Copy link
Owner

I'm on it.

@IonicaBizau
Copy link
Owner

@garygreen @bratanon See #50. This is kinda solved locally. I'm going to push the changes in the next couple of days. 😄

@IonicaBizau
Copy link
Owner

Using git-stats-html this is now possible. 🎉

git-stats --raw | git-stats-html -o out.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants