cargo-generate
cargo, make me a project
cargo-generate is a developer tool to help you get up and running quickly with a new Rust
project by leveraging a pre-existing git repository as a template.
Here's an example of using cargo-generate with this template:

Documentation
See the cargo-generate guide for complete documentation.
Templates
One place to find templates is to look for the cargo-generate topic on GitHub.
Quickstart
Installation
or if you have no time, use cargo-binstall:
Usage
# templates on github
# or just
# templates on other git platforms
# this scheme is also available for github
# for a complete list of arguments and options
Cargo features
git is on by default and pulls in gix and reqwest. Library consumers who
only generate from local templates can turn it off — see
Library Usage
in the guide.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or opensource.org/licenses/MIT)
at your option.
Contributions
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.
If you want to contribute to cargo-generate, please read our CONTRIBUTING notes.
cargo-generate would not be what it is today without the wonderful contributions from the community. Thank you!