From 527f78c07b6460ae808ed1d94d4a43af89e8be68 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 1 Apr 2021 11:31:56 +0200 Subject: [PATCH] replace coming soon with similar projects section --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81fca31..d0363b5 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,8 @@ As there are a lot of possible options and configurations, this is not (yet) in Perhaps the [MiniCppStarter](https://github.com/TheLartians/MiniCppStarter) is something for you! -## Coming soon +## Similar projects -- Script to automatically adjust the template for new projects +- [**lefticus/cpp_starter_project**](https://github.com/lefticus/cpp_starter_project/): A popular C++ starter project, created in 2017 +- [**filipdutescu/modern-cpp-template**](https://github.com/filipdutescu/modern-cpp-template): A recent starter using a more traditional approach for CMake structure and dependency management +- [**vector-of-bool/pitchfork**](https://github.com/vector-of-bool/pitchfork/): Pitchfork is a Set of C++ Project Conventions