| Crates.io | codebase-to-markdown |
| lib.rs | codebase-to-markdown |
| version | 0.1.2 |
| created_at | 2025-05-05 16:33:30.923002+00 |
| updated_at | 2025-05-12 00:00:22.191587+00 |
| description | A tool to convert codebase to markdown format |
| homepage | |
| repository | https://github.com/Quantaindew/codebase-to-markdown |
| max_upload_size | |
| id | 1660924 |
| size | 31,843 |
Convert your codebase into a formatted markdown file for inference.
This tool converts all text files in your project into a neatly formatted markdown file (codebase.md), respecting files and directories defined in .gitignore. It offers two methods to achieve this: a Bash script (codebase.sh) and a Rust CLI program (codebase-to-markdown).
tree command-line tool installed.cargo install codebase-to-markdown
Alternatively, you can install the CLI tool using Cargo from the GitHub repository:
cargo install --git https://github.com/Quantaindew/codebase-to-markdown
codebase-to-markdown
codebase.md.chmod +x ./codebase.sh
./codebase.sh
codebase.md.In both methods, the output is a codebase.md file containing:
.gitignore), wrapped in <file src="..."> tags.This project is licensed under the MIT License. See the LICENSE file for details.