git-zip 0.1.0

Zip only the files that are tracked by git
Documentation
1
2
3
fn main() {
    git_zip::zip_dir(".", "archive.zip");
}