Commit Graph

3 Commits

Author SHA1 Message Date
e47a3a0a66 feat: enhance configuration structure and improve documentation for bundling process 2025-08-24 13:35:36 +02:00
acaf79b4ee feat: refactor output filename handling and enhance argument parsing 2025-08-24 13:33:07 +02:00
1f25bab6a2 feat: initialize codebase-to-prompt project with core functionality
- Added Cargo.toml for project dependencies and metadata.
- Implemented main library logic in src/lib.rs to process files in a directory.
- Introduced configuration struct to manage input parameters.
- Added command-line argument parsing in src/main.rs using clap.
- Implemented output formatting options (Markdown, Text, Console).
- Integrated tracing for logging and error handling.
- Added support for including/excluding file types and respecting .gitignore.
2025-08-24 13:15:28 +02:00