This repository is an index and a set of helper scripts for managing my project templates.
# Create a new template repo `template-rust-bin`
./new.sh rust-bin "Rust binary template"
# Copy the `template-rust-bin` project to a new repo `cowsay`
/path/to/templates/copy.sh rust-bin cowsay
Template | Description |
---|---|
rust-bin | Rust binary template |
rust-lib | Rust library template |
rust-workspace | Rust workspace template |