Generate Rust projects from git repository templates
Use pre-existing git repositories as templates
cargo-generate$ cargo generate --git https://github.com/cargo-generate/cargo-generate.git$ cargo generate --git https://github.com/user/template.git --name my-project$ cargo generate --path ./my-template --name new-project