Some random ideas about helper tools to ease developing in C++.
Creates a C++ project using Conan 2 and CMake.
Just a hello world that uses the Boost libraries.
It also initializes the created directory with Git.
ct_create_project.py -h
Shows different options for executing ct_create_project.py.
ct_create_project.py hello_world
Creates the project under the subdirectory "hello_world".
Read the created REAME.md file to understand how to compile it.