Add command for building all git_stats directories

This just builds each one with a subprocess call and then creates an
index page you I can easily navigate between them
This commit is contained in:
Eli Ribble 2015-07-23 13:00:40 -06:00
parent d725de6949
commit b34482bcfd
3 changed files with 45 additions and 0 deletions

9
templates/git_stats.html Normal file
View file

@ -0,0 +1,9 @@
<html>
<body>
<ul>
{% for repo in repos %}
<li><a href="/Users/eliribble/src/{{ repo }}/git_stats/index.html">{{ repo }}</a></li>
{% endfor %}
</ul>
</body>
</html>