Skip to content

raulh39/cpp_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Tools

Some random ideas about helper tools to ease developing in C++.

ct_create_project.py

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.

Usage examples

Get help

ct_create_project.py -h

Shows different options for executing ct_create_project.py.

Create a project

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published