From 6e158e919a067edaa43c7602d87480a328c18e49 Mon Sep 17 00:00:00 2001 From: Cheems <94773058+itscheems@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:04:56 +0800 Subject: [PATCH] docs: expand Related Templates into 4-template family matrix Replaces the single-link bullet (only pointing to simple-rust-template) with a 2x2 matrix (language x project shape) linking all four sibling templates: simple-rust-template, rust-template, simple-golang-template, golang-template. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 500099a..bf221e3 100644 --- a/README.md +++ b/README.md @@ -152,4 +152,14 @@ Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for detai ## Related Templates -- **Single-Package Template**: [simple-rust-template](https://github.com/itscheems/simple-rust-template) - For single-package applications +Part of a small family of project templates by [@itscheems](https://github.com/itscheems). Pick the one matching your project shape: + +| | Single-package / single-module | Multi-package / multi-module monorepo | +| -------- | --------------------------------- | ------------------------------------------------ | +| **Rust** | [`simple-rust-template`][srt] | [`rust-template`][rt] — Cargo workspace | +| **Go** | [`simple-golang-template`][sgt] | [`golang-template`][gt] — `go.work` multi-module | + +[srt]: https://github.com/itscheems/simple-rust-template +[rt]: https://github.com/itscheems/rust-template +[sgt]: https://github.com/itscheems/simple-golang-template +[gt]: https://github.com/itscheems/golang-template