To create a new repository from this template repository for Rust projects, using the GitHub CLI run:
gh repo create <name> --template heaths/template-rustlang --public --clone
This will create a new repo with the given <name>
in GitHub, copy the
heaths/template-rustlang
files into that repo, and clone it into a
subdirectory of the current directory named <name>
.