From 648c8970da82f60847391c56c87002b663f8b7ba Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 16 Apr 2020 16:04:20 +0200 Subject: [PATCH] Add a logo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20b823d..82f3480 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ [![Actions Status](https://github.com/TheLartians/ModernCppStarter/workflows/Install/badge.svg)](https://github.com/TheLartians/ModernCppStarter/actions) [![codecov](https://codecov.io/gh/TheLartians/ModernCppStarter/branch/master/graph/badge.svg)](https://codecov.io/gh/TheLartians/ModernCppStarter) +

+ +

+ # ModernCppStarter Setting up a new C++ project usually requires a significant amount of preparation and boilerplate code, even more so for modern C++ projects with tests, executables and contiguous integration.