Get the latest tech news

Show HN: Transform your codebase into a single Markdown doc for feeding into AI


ps://github.com/tesserato/CodeWeaver/edit/main/README.md: CodeWeaver is a command-line tool designed to weave your codebase into a single, easy-to-navigate Markdown document. It recursively scans a directory, generating a structured representation of your project's file hierarchy and embedding the content of each file within code blocks.

CodeWeaver is a command-line tool designed to weave your codebase into a single, easy-to-navigate Markdown document. Flexible Path Filtering: Utilize regular expressions to define ignore patterns, allowing you to exclude specific files and directories from the generated documentation (e.g.,.git, build artifacts, specific file types). This example will generate detailed_docs.md, excluding any files or directories with names containing.log, temp, or build.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of codebase

codebase

Photo of single markdown doc

single markdown doc

Related news:

News photo

Analyzing the codebase of Caffeine, a high performance caching library

News photo

Show HN: Instantly visualize any codebase as an interactive diagram

News photo

Show HN: LlamaPReview – AI GitHub PR reviewer that learns your codebase