{"id":16642916,"url":"https://github.com/martin-olivier/cpptemplate","last_synced_at":"2025-06-26T16:34:16.437Z","repository":{"id":44634634,"uuid":"445657994","full_name":"martin-olivier/CppTemplate","owner":"martin-olivier","description":"C++ project template that uses CMake / Google Test / Github Actions","archived":false,"fork":false,"pushed_at":"2022-03-24T16:53:30.000Z","size":33,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T15:11:08.896Z","etag":null,"topics":["ci","cmake","cpp","template"],"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/martin-olivier.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}},"created_at":"2022-01-07T21:32:45.000Z","updated_at":"2024-01-30T14:10:50.000Z","dependencies_parsed_at":"2022-09-03T03:23:51.176Z","dependency_job_id":null,"html_url":"https://github.com/martin-olivier/CppTemplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/martin-olivier/CppTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2FCppTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2FCppTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2FCppTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2FCppTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martin-olivier","download_url":"https://codeload.github.com/martin-olivier/CppTemplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2FCppTemplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262102777,"owners_count":23259328,"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":["ci","cmake","cpp","template"],"created_at":"2024-10-12T08:06:28.368Z","updated_at":"2025-06-26T16:34:16.388Z","avatar_url":"https://github.com/martin-olivier.png","language":"CMake","readme":"# CppTemplate\n\n## :warning: Requirement\n\n- [CMake \u003e= 3.17](https://cmake.org/download/)\n- [C++17](https://en.cppreference.com/w/cpp/17)\n- [Python3](https://www.python.org/download/releases/3.0/)\n\n## :computer: Usage\n\n### :rocket: Clone repository\n\n```sh\ngit clone https://github.com/martin-olivier/CppTemplate\n```\n\n### :wrench: Setup repository\n\n```sh\npython3 setup.py\n```\n\n## :hammer: Build\n\nUsing Unix Makefile:\n```sh\n# to build the program\nmake\n./binary\n\n# to build the tests\nmake tests\n./unit_tests\n```\n\nUsing CMake:\n```sh\n# to build the program\ncmake . -B build\ncmake --build build\n./binary\n\n# to build the tests\ncmake . -B build_tests -DUNIT_TESTS=ON\ncmake --build build_tests\n./unit_tests\n```\n\n## :bust_in_silhouette: Authors\n\n - [Martin Olivier](https://github.com/martin-olivier)\n - [Coline Seguret](https://github.com/Cleopha)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-olivier%2Fcpptemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartin-olivier%2Fcpptemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-olivier%2Fcpptemplate/lists"}