Takes a gh template repository, clones it and fills in specified values in the template files.
Note: This can be done with other tools, but this provides me a simple project to learn the basics of Rust.
A small CLI app written in Rust which lets you check out a Github template repository and changes project name tags everywhere in the repository. Mostly written to learn Rust.
RustMIT