My C++ projects template :)
Check the conan branch if you would like to use Conan!
This is my basic structure that I use for my C++ projects. Feel free to use it if you like it.
- Click on the big green
Use this template
button- Make sure you tick the
Include all branches
checkbox if you want the conan template!
- Make sure you tick the
- You can search for
template:
through files to access main code parts to change depending on your project - Remove what you don't like
- Add stuff you like
- Do what the f*ck you want, really
.clang-format
for the style.gitignore
to exclude unwanted files/dirs- GitHub Action workflow to build the project
- CMake configurations, compiler warnings and cool flags
- Unit tests preset (easily removable)
- cpp-utils, a collection of C++ utilities made by me
- conan branch for conan projects (duh)