https://github.com/threeal/cpp-starter
A minimalistic GitHub repository template to kickstart your C++ project
https://github.com/threeal/cpp-starter
boilerplate cmake cmake-template cmakelists cpp cpp-template cpp-templates template templates
Last synced: 8 months ago
JSON representation
A minimalistic GitHub repository template to kickstart your C++ project
- Host: GitHub
- URL: https://github.com/threeal/cpp-starter
- Owner: threeal
- License: unlicense
- Created: 2022-12-13T15:00:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T05:18:45.000Z (9 months ago)
- Last Synced: 2025-04-14T12:12:27.045Z (8 months ago)
- Topics: boilerplate, cmake, cmake-template, cmakelists, cpp, cpp-template, cpp-templates, template, templates
- Language: CMake
- Homepage:
- Size: 200 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Starter
The C++ Starter is a [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) that provides a minimalistic boilerplate to kickstart your [C++](https://isocpp.org) project. This template offers a streamlined foundation, complete with predefined file structures, essential tools, and recommended settings, ensuring a swift and efficient start to your C++ development journey.
## Key Features
- Utilizes [CMake](https://cmake.org/) as the build system generator.
- Integrates [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake/) for efficient package management.
- Incorporates [UT](https://boost-ext.github.io/ut) as the testing framework.
- Enforces consistent code formatting through [Format.cmake](https://github.com/TheLartians/Format.cmake).
- Implements static analysis by enabling warnings using [CheckWarning.cmake](https://github.com/threeal/CheckWarning.cmake/).
- Comes with a preconfigured [GitHub Actions](https://github.com/features/actions) workflow for continuous integration.
- Supports automatic dependency updates through [Dependabot](https://docs.github.com/en/code-security/dependabot) in GitHub Actions.
## Usage
Refer to [this wiki](https://github.com/threeal/cpp-starter/wiki) for information on how to use this template.