collect_code
Aggregate code from a directory or specific files into a single markdown document, streamlining code documentation and review processes.
Instructions
Collect all code from a directory into a single markdown file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ignorePatterns | No | Patterns to ignore (similar to .gitignore) | |
input | Yes | ||
outputPath | Yes | Path where to save the output markdown file |