{"id":15136935,"url":"https://github.com/savenkovigor/cppfronttemplate","last_synced_at":"2026-01-05T00:04:33.786Z","repository":{"id":37807762,"uuid":"506290932","full_name":"SavenkovIgor/CppfrontTemplate","owner":"SavenkovIgor","description":"Simple conan/cmake/cpp template project","archived":false,"fork":false,"pushed_at":"2024-07-13T23:33:34.000Z","size":33,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T18:38:08.940Z","etag":null,"topics":["cmake","conan","cpp","cppfront"],"latest_commit_sha":null,"homepage":"","language":"Python","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/SavenkovIgor.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}},"created_at":"2022-06-22T14:51:41.000Z","updated_at":"2024-07-13T17:23:01.000Z","dependencies_parsed_at":"2022-08-19T09:50:54.310Z","dependency_job_id":"5b470d0c-a2cc-46fc-956e-a57b7da2a63a","html_url":"https://github.com/SavenkovIgor/CppfrontTemplate","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/SavenkovIgor%2FCppfrontTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavenkovIgor%2FCppfrontTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavenkovIgor%2FCppfrontTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavenkovIgor%2FCppfrontTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SavenkovIgor","download_url":"https://codeload.github.com/SavenkovIgor/CppfrontTemplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237821684,"owners_count":19371806,"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":["cmake","conan","cpp","cppfront"],"created_at":"2024-09-26T06:41:53.139Z","updated_at":"2025-10-23T11:32:00.101Z","avatar_url":"https://github.com/SavenkovIgor.png","language":"Python","readme":"# Cppfront project template\n\nThis is a template repository for C++ projects that use `cppfront`, `CMake`, `conan` and `fmt` library as usage example.\n\n[![.github/workflows/Build.yml](https://github.com/SavenkovIgor/cpp-template/actions/workflows/Build.yml/badge.svg)](https://github.com/SavenkovIgor/cpp-template/actions/workflows/Build.yml)\n\n## Project structure\n\n```bash\n├── .github/workflows/Build.yml # Github actions build script\n├── src/main.cpp2               # Main cpp2 file\n├── CMakeLists.txt              # Cmake file\n├── conanfile.py                # Conan file with cppfront dependency\n└── project.py                  # Main project script\n```\n\n## Getting Started\n\nTo use this template, click the \"Use this template\" button at the top of the repository.\n\n## Dependencies\n\n- Conan2\n- Cmake\n- Cppfront\n- fmt (9.0.0) - just for example. You can remove it from `conanfile.py` and `main.cpp2` if you don't need it.\n\n## :hammer_and_wrench: Build\n\nTo run this project you can use a script\n\n```bash\n./project.py --install --build --run\n```\n\nor you can run commands from script manually:\n\n```bash\n# Install dependencies\nconan install -of ./conanfiles -pr:h=./conan_profile/default -pr:b=./conan_profile/default --build=missing ./\n\n# Build project\nconan build -of ./conanfiles ./\n\n# Run resulting binary\n./conanfiles/build/Release/cpp_template\n```\n\n## Contributing\n\nIf you would like to contribute to this project, please fork the repository and submit a pull request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavenkovigor%2Fcppfronttemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavenkovigor%2Fcppfronttemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavenkovigor%2Fcppfronttemplate/lists"}