An open API service indexing awesome lists of open source software.

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

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.