Add related projects and alternatives section to readme (#120)

* replace coming soon with similar projects section

* rename to related projects and alternatives and add pvs project

* add punctuation
This commit is contained in:
Lars Melchior 2021-04-02 10:39:41 +02:00 committed by GitHub
parent 742110856c
commit 60769908b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,6 +191,9 @@ 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
## Related projects and alternatives
- Script to automatically adjust the template for new projects
- [**ModernCppStarter & PVS-Studio Static Code Analyzer**](https://github.com/viva64/pvs-studio-cmake-examples/tree/master/modern-cpp-starter): Official instructions on how to use the ModernCppStarter with the PVS-Studio Static Code Analyzer.
- [**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.