repo-relay is a command-line tool developed in Python that simplifies converting codebases into markdown or HTML documentation. It's designed to support code reviews, create documentation, and share research
- Clone:
git clone https://github.com/jmelowry/repo-relay.git
- Install: Navigate to
repo_relay
and runpip install .
Generate project documentation with:
repo-relay -d <path/to/project> -o <md|html>
-d
: Target project directory.-o
: Output format (markdownmd
or HTMLhtml
).
Default to console output if -o
is not specified.
Example for HTML output:
repo-relay -d /home/user/project -o html
Open for contributions. Issues and PRs are the way to propose changes or additions.
MIT License.