1.0.2 • Published 11 months ago
ai-blend v1.0.2
ai-blend
A powerful CLI tool to summarize your codebase into a single Markdown file.
Usage
npx ai-blend
This will scan the current directory and create a code.md file with the your codebase.
Options
- -i, --input : Specify the input directory (default: current working directory)
- -o, --output : Specify the output file name (default: code.md)
- -w, --whitespace-removal: Enable whitespace removal
- --ignore-file : Specify a custom ignore file (default: .querydocignore)
- -t, --show-tokens: Show token count estimation
Example with options:
ai-blend -i ./src -o project-summary.md -w --show-tokens
specific directory:
npx ai-blend -i ./src
Use whitespace removal and a custom ignore file:
npx ai-blend -w --ignore-file .customignore
Features
- Summarize your entire codebase into a single Markdown file
- Ignore specific files and directories
- Whitespace removal option for compact output
- Token count estimation for AI model compatibility
- Binary file detection and handling