codebase-to-prompt 1.0.1

A tool for bundling text files like code to single file.
Documentation
1
2
3
4
// This is a sample Rust file for testing purposes.
fn main() {
    println!("Hello, world!");
}