git2txt

Crates.iogit2txt
lib.rsgit2txt
version
sourcesrc
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
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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