Commit Graph

13 Commits

Author SHA1 Message Date
70524b4b34 feat: remove macOS build configuration from GitHub Actions workflow 2025-08-24 14:15:23 +02:00
dc61958151 fix: update clone URL in installation instructions in README.md 2025-08-24 14:11:43 +02:00
6d36f4b3aa feat: update GitHub Actions workflow for improved artifact handling and release process 2025-08-24 14:10:17 +02:00
cc222e52c0 feat: add GitHub Actions workflow for automated release and installation script 2025-08-24 14:01:33 +02:00
a36aea9e55 feat: remove unused info logging import from main.rs 2025-08-24 13:56:13 +02:00
ce5fa22229 feat: add license, description, readme, repository, and keywords to Cargo.toml 2025-08-24 13:55:19 +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
e8ffa214d9 feat: enhance logging by changing info to debug level for startup configuration 2025-08-24 13:47:56 +02:00
d3511721de feat: add new dependencies and integration tests for markdown and text formats 2025-08-24 13:42:59 +02:00
ce79dce9a5 feat: add LICENSE and README files with project details and usage instructions 2025-08-24 13:39:51 +02:00
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