{"id":21250942,"url":"https://github.com/dirkolbrich/cplusplus-boilerplate","last_synced_at":"2025-10-02T16:31:00.933Z","repository":{"id":245410351,"uuid":"818166606","full_name":"dirkolbrich/cplusplus-boilerplate","owner":"dirkolbrich","description":"A C++ boilerplate folder with all the things I like to setup a new project with by default.","archived":false,"fork":false,"pushed_at":"2024-06-24T20:33:32.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-21T03:39:42.939Z","etag":null,"topics":["boilerplate","cplusplus","cpp"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirkolbrich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-21T08:39:03.000Z","updated_at":"2024-06-24T20:33:35.000Z","dependencies_parsed_at":"2024-06-22T02:23:10.945Z","dependency_job_id":null,"html_url":"https://github.com/dirkolbrich/cplusplus-boilerplate","commit_stats":null,"previous_names":["dirkolbrich/cplusplus-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkolbrich%2Fcplusplus-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkolbrich%2Fcplusplus-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkolbrich%2Fcplusplus-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkolbrich%2Fcplusplus-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirkolbrich","download_url":"https://codeload.github.com/dirkolbrich/cplusplus-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235021623,"owners_count":18923606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","cplusplus","cpp"],"created_at":"2024-11-21T03:39:49.774Z","updated_at":"2025-10-02T16:30:55.622Z","avatar_url":"https://github.com/dirkolbrich.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Boilerplate\n\nA C++ project boilerplate folder with all the things I like to setup a new project by default.\n\n## Features\n\n- header and implementation files next to each other in the same folder\n- cmake setup to build the project, using presets to build for debug and release on different architectures\n- clang-format setup to make your code look good\n- clang-tidy for static code analysis\n- unit tests and maybe even integration tests -\u003e googletest or catch2 yet to decide\n- an `ARCHITECTURE.md` file to explain the major architectural decisions for the code base\n- C++ modules support?\n\n## Folder structure\n\ncmake/ - split up cmake files\ndocs/ - documentation and notes, preferably automatically build via doxygen\nexamples/ - show the basic functionality in case of a library project\nexternal/ - any outside libraries, preferably as git submodule\nsrc/ - THE source code of this project\ntests/ - unit and integration tests\ntools/ - project internal tools like code generators etc.\n\n## how to use this boilerplate project\n\n- clone\n- delete git history\n- adjust cmake to your projects name\n- initial commit\n\n## ToDo\n\n- [] cpp modules\n- [] cmake presets\n- [] tests\n- [] docs via doxygen\n- [] docs for this boilerplate with references\n\n## Done\n\n- [x] cmake\n- [X] github action to build project\n- [x] clang-format\n- [x] clang-tidy","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkolbrich%2Fcplusplus-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirkolbrich%2Fcplusplus-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkolbrich%2Fcplusplus-boilerplate/lists"}