For GenAI and LLM usage. This package converts codebase (folder structure with files) into a single text file or a Microsoft Word document (.docx), preserving folder structure and file contents. The tool extracts file contents from various file types, including text files, documents, and more, while retaining their formatting for easy readability.
Stars
102
Forks
20
Watchers
102
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
Minor version update 1.2. - Includes new exlusion rules and also enables image loads when using docx output. Unittests are added and documentation has been improved alot.
b58a5d5View on GitHubRefactor CodebaseToText class for improved exclusion pattern handling and error management
20c1cb3View on GitHubRefactor exclusion pattern handling and improve directory processing logic
81b1bc9View on GitHubMerge pull request #1 from jonasyr/codex/fix-code-quality-issues-and-run-tests
f724d48View on GitHubEnhance Codebase to Text Converter with Exclusion Patterns and Improved Testing
f3fd1d4View on GitHubConverted bool arguments to flags, made exclude_hidden exclude folders in the structure
1fa948aView on GitHub