{"id":15136897,"url":"https://github.com/bersen66/project-template","last_synced_at":"2025-04-06T03:45:28.055Z","repository":{"id":130601996,"uuid":"536478355","full_name":"bersen66/project-template","owner":"bersen66","description":"Template for conan + cmake c++ applications.","archived":false,"fork":false,"pushed_at":"2023-07-19T20:53:01.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T10:18:09.801Z","etag":null,"topics":["benchmark","cmake","conan","cpp","docker","fmt","gtest","project-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/bersen66.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":"2022-09-14T08:15:12.000Z","updated_at":"2022-09-16T09:35:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"c29ce087-96fd-4bd3-a12b-dfc346a7e1da","html_url":"https://github.com/bersen66/project-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bersen66%2Fproject-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bersen66%2Fproject-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bersen66%2Fproject-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bersen66%2Fproject-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bersen66","download_url":"https://codeload.github.com/bersen66/project-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430835,"owners_count":20937873,"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":["benchmark","cmake","conan","cpp","docker","fmt","gtest","project-template"],"created_at":"2024-09-26T06:41:43.845Z","updated_at":"2025-04-06T03:45:28.027Z","avatar_url":"https://github.com/bersen66.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# project-template\nTemplate for cmake c++ projects.\n\n## Installation:\nRequires [Conan](https://conan.io/center/) and CMake. \nThey can be installed by:\n```shell\npip install conan\npip install cmake\n```\n### Build your app in debug mode:\n\n```shell\nmkdir cmake-build-debug\ncd cmake-build-debug\nconan install .. --build=missing\ncmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTING=ON -DENABLE_BENCHMARKS=ON ..\ncmake --build .  \n```\n\n### Build your app in release mode:\n\n```shell\nmkdir cmake-build-release\ncd cmake-build-release\nconan install .. --build=missing\ncmake -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=OFF -DENABLE_BENCHMARKS=OFF ..\ncmake --build .  \n```\n\n### Run template:\n\n```shell\ncd \u003cbuild folder\u003e\n./TEMPLATE \u003cprogram_options\u003e\n```\n\n## Usage: \n\n* Add external dependencies via [conan package manager](https://conan.io/center/)\n* All unit tests must be in tests folder\n* All benchmarks must be in benchmarks folder\n* All headers must be in include folder\n* All sources must be in src folder\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbersen66%2Fproject-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbersen66%2Fproject-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbersen66%2Fproject-template/lists"}