4 Commits

Author SHA1 Message Date
e06752f625 refactor: update Config to support multiple directories and add relative path option
Some checks failed
Continuous Integration / Build and Test on ubuntu-latest (push) Failing after 1m27s
2025-09-20 11:54:39 +02:00
05d32d2814 feat: update package version to 1.0.0 and add authors field in Cargo.toml 2025-08-24 13:52:49 +02:00
d3511721de feat: add new dependencies and integration tests for markdown and text formats 2025-08-24 13:42:59 +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