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.
Or read this on Hacker News