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:
parent
d725de6949
commit
b34482bcfd
3 changed files with 45 additions and 0 deletions
9
templates/git_stats.html
Normal file
9
templates/git_stats.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue