literate-git

Render hierarchical git repositories into HTML documentation

brewmacoslinux
Try with needOr install directly
Source

About

Render hierarchical git repositories into HTML

Commands

literate-git

Examples

Generate HTML documentation from a git repository$ literate-git /path/to/repo -o output.html
Create hierarchical HTML view of nested git repos$ literate-git /path/to/parent/repo --recursive -o docs/index.html
Display help and available options$ literate-git --help