From 581612e44fcb83eb292f713ef6de35f7ec7d1bfc Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 16 Apr 2020 16:06:12 +0200 Subject: [PATCH] Add a logo (#17) --- 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.