<div>
<h1 align="center">git2txt</h1>
<h4 align="center">
Converts a Git repository to a single TXT file
</h4>
</div>
<div align="center">
[](https://crates.io/crates/git2txt)
[](https://docs.rs/git2txt)



</div>
## 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
- [Rust](https://www.rust-lang.org/tools/install)
### Running
```bash
cargo r -- <GIT REPO URL>
```
### Debugging
```bash
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).