cmake_template resource
CMake for C++ Best Practices observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1637
- days_rel: n/a
- days_push: 16
- n_releases_24m: 0
Adoption not part of the score
1802 stars · 203 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A CMake project template for starting C++ projects quickly with best-practice tooling preconfigured, including sanitizers, static analysis, Conan dependencies, and CI. The related gui_starter_template is archived and merged into this simplified cmake_template.
Use cases
- start a new C++ project with CMake
- C++ project template with CI and sanitizers
- boilerplate CMake project with Conan dependencies
- set up clang-tidy and cppcheck for a C++ project
- C++ template with unit and fuzz testing
- GitHub Actions matrix for C++ builds
When to choose
- starting a fresh C++ project and wanting modern tooling out of the box
- you want sanitizers, static analysis, and CI configured for you
- you use Conan for dependency management
When to avoid
- you need a GUI starter specifically - gui_starter_template is archived
- you prefer a minimal setup without developer-mode tooling
- your project uses a build system other than CMake
Facets
learning-resource · maturity maintenance
build-tool testing ci-cd developer-tools cross-platform cpp cmake-template project-scaffolding cpp-best-practices conan sanitizers static-analysis github-template boilerplate cpp cmake
1 source
- readme: https://github.com/cpp-best-practices/cmake_template · fetched 2026-08-28 · 15b6519b7084
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cpp-best-practices/cmake_template | main | 67 |
| cpp-best-practices/gui_starter_template | mirror | 10 |
For agents
markdown · JSON · MCP: product_card(name="cpp-best-practices/cmake_template")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem