git2txt

Crates.iogit2txt
lib.rsgit2txt
version0.1.2
created_at2024-12-14 03:16:49.487377+00
updated_at2024-12-15 05:17:28.882192+00
descriptionConverts a Git repository to a single TXT file
homepagehttps://github.com/EstebanBorai/git2txt
repositoryhttps://github.com/EstebanBorai/git2txt
max_upload_size
id1482852
size75,921
Leo Borai (LeoBorai)

documentation

README

git2txt

Converts a Git repository to a single TXT file

Crates.io Documentation Build Clippy Formatter

Development

This project uses the library/binary crate architecture, which means that you can install it as a dependency in your project or use it as a standalone binary.

Requirements

Running

cargo r -- <GIT REPO URL>

Debugging

RUST_LOG=debug cargo r -- git@github.com:EstebanBorai/git2txt.git

License

This project is dual licensed in both under the MIT License and the Apache License (Version 2.0).

Commit count: 6

cargo fmt