Starter template for C++ projects, heavily inspired by https://github.com/cpp-best-practices/cmake_template
-
Clone repository:
git clone https://github.com/dasmysh/cpp_project_starter.git
cd cpp_project_starter
-
Start python script to create new project:
python .\start_new_project.py -n app_name --namespace testns -r "Readable Project Name" -d "Some description." -a "My Name" -e "[email protected]" project_name
Creates a new project in the folder
project_name
.