CodeWeaver: Visualize Your Codebase Structure
2025-02-14
CodeWeaver is a command-line tool that transforms your codebase into an easily navigable Markdown document. It recursively scans a directory, generating a structured representation of your project's file hierarchy and embedding each file's content within code blocks. This simplifies codebase sharing, documentation, and integration with AI/ML code analysis tools. It features path filtering, optional path logging, and a simple command-line interface. Installation: Use Go: `go install github.com/tesserato/CodeWeaver@latest` or download a pre-built executable.
Development
code documentation