Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 733 Bytes

File metadata and controls

23 lines (17 loc) · 733 Bytes

cpp-template

My C++ projects template :)

Why

This is my basic structure that I use for my C++ projects. Feel free to use it if you like it.

How

  • Click on the big green Use this template button
  • 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

What

  • .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