From 0acdfd01d3d93770c1e71be9ae1aced75a2ea342 Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Thu, 11 Jun 2020 20:16:23 +0300 Subject: [PATCH] added ModernCppStarter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d35abbd..b34bace 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ These provide a wide range of functionality - from dealing with compiler flags t * [pitchfork](https://github.com/vector-of-bool/pitchfork) - A set of conventions for native C and C++ projects. [```[MIT]```][MIT] * [cmake-examples](https://github.com/pr0g/cmake-examples) - A collection of as simple as possible, modern CMake projects. [```[MIT]```][MIT] * [cpp-project](https://github.com/bsamseth/cpp-project) - Boiler plate for C++ projects - tests, CI, coverage, docs. [```[UNLICENSE]```][UNLICENSE] +* [ModernCppStarter](https://github.com/TheLartians/ModernCppStarter) - A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management, tests using [doctest](https://github.com/onqtam/doctest) and much more. [```[UNLICENSE]```][UNLICENSE] ## Other