Install pre-commit hooks
pip install pre-commit
pip install clang-format
pre-commit install
# verify
pre-commit run --all-filesBuild
mkdir build && cd build
cmake ..
makeRun tests
./cpp-template-testsRun benchmarks
./cpp-template-benchmarksto
- https://github.com/dtrussel/cpp_project_template
- https://github.com/TheLartians/ModernCppStarter
for the inspiration.