{"id":26818850,"url":"https://github.com/milesbarr/cpp-project-template","last_synced_at":"2025-06-17T06:34:58.172Z","repository":{"id":219509492,"uuid":"650617718","full_name":"milesbarr/cpp-project-template","owner":"milesbarr","description":"A modern C++ project template with a robust development environment and best practices built-in.","archived":false,"fork":false,"pushed_at":"2025-06-07T13:18:25.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T08:45:12.261Z","etag":null,"topics":["c-plus-plus","c-plusplus","cpp","cpp-project","cpp-project-template","starter-template"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milesbarr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-06-07T12:53:31.000Z","updated_at":"2025-06-07T13:18:28.000Z","dependencies_parsed_at":"2025-02-18T21:27:13.478Z","dependency_job_id":"45550f9a-1f51-41be-8aff-0e02ac46a418","html_url":"https://github.com/milesbarr/cpp-project-template","commit_stats":null,"previous_names":["milesbarr/cpp-project-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/milesbarr/cpp-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesbarr%2Fcpp-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesbarr%2Fcpp-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesbarr%2Fcpp-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesbarr%2Fcpp-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milesbarr","download_url":"https://codeload.github.com/milesbarr/cpp-project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesbarr%2Fcpp-project-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260308037,"owners_count":22989803,"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":["c-plus-plus","c-plusplus","cpp","cpp-project","cpp-project-template","starter-template"],"created_at":"2025-03-30T05:15:28.868Z","updated_at":"2025-06-17T06:34:58.160Z","avatar_url":"https://github.com/milesbarr.png","language":"CMake","readme":"# C++ Project Template\n\nA modern C++ project template with a robust development environment and best\npractices built-in.\n\n## Features\n\n- [Development Containers](https://containers.dev) for consistent development\n  environments\n- [CMake](https://cmake.org) build system\n- [GoogleTest](https://github.com/google/googletest) for unit testing\n- [Clang-Format](https://clang.llvm.org/docs/ClangFormat.html) for code\n  formatting\n\n## Project Structure\n\n```\n.\n├── src/           # Source files\n├── test/          # Test files\n├── third_party/   # External dependencies\n├── .devcontainer/ # Development container configuration\n├── .github/       # GitHub Actions workflows\n└── CMakeLists.txt # CMake build configuration\n```\n\n## Getting Started\n\n### Prerequisites\n\n- [Docker Desktop](https://www.docker.com/products/docker-desktop/)\n- [VS Code](https://code.visualstudio.com) with the\n  [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)\n  extension\n- Git\n\n### Development Setup\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/yourusername/cpp-project-template.git\n   cd cpp-project-template\n   ```\n\n2. Initialize and update submodules:\n   ```bash\n   git submodule update --init --recursive\n   ```\n\n3. Open in VS Code:\n   ```bash\n   code .\n   ```\n\n4. When prompted, click \"Reopen in Container\" to start development in the\n   containerized environment.\n\n### Building the Project\n\n```bash\nmkdir build\ncd build\ncmake ..\ncmake --build .\n```\n\n### Running Tests\n\n```bash\ncd build\nctest\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesbarr%2Fcpp-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilesbarr%2Fcpp-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesbarr%2Fcpp-project-template/lists"}