{"id":20730589,"url":"https://github.com/gbmhunter/cpptemplate","last_synced_at":"2025-04-23T22:01:10.949Z","repository":{"id":69958327,"uuid":"112248596","full_name":"gbmhunter/CppTemplate","owner":"gbmhunter","description":"A template repository to quick-start C++ development.","archived":false,"fork":false,"pushed_at":"2019-05-20T18:18:38.000Z","size":183,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T03:51:12.096Z","etag":null,"topics":["codecov","coverage","cplusplus","cpp","cpp14","example","gtest","jumpstart","quickstart","repository","template","travis-ci"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/gbmhunter.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-11-27T21:05:25.000Z","updated_at":"2025-02-23T18:01:41.000Z","dependencies_parsed_at":"2023-05-05T01:47:45.280Z","dependency_job_id":null,"html_url":"https://github.com/gbmhunter/CppTemplate","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbmhunter%2FCppTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbmhunter%2FCppTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbmhunter%2FCppTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbmhunter%2FCppTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbmhunter","download_url":"https://codeload.github.com/gbmhunter/CppTemplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250522299,"owners_count":21444511,"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":["codecov","coverage","cplusplus","cpp","cpp14","example","gtest","jumpstart","quickstart","repository","template","travis-ci"],"created_at":"2024-11-17T05:12:04.276Z","updated_at":"2025-04-23T22:01:10.752Z","avatar_url":"https://github.com/gbmhunter.png","language":"Shell","readme":"===========\nCppTemplate\n===========\n\n-----------------------------------------------------------------------------------------\nA template repository to quick-start C++ development.\n-----------------------------------------------------------------------------------------\n\n.. image:: https://travis-ci.org/gbmhunter/CppTemplate.svg?branch=master\n\t:target: https://travis-ci.org/gbmhunter/CppTemplate\n\n.. image:: https://codecov.io/gh/gbmhunter/CppTemplate/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/gbmhunter/CppTemplate\n\n--------\nFeatures\n--------\n\n- C++14 template/example project with example header files and source files\n- CMake-based build system\n- Automatic build script in ./tools/\n- gtest-based unit tests (and a make target to automatically build/run unit tests)\n- CI functionality using TravisCI (with sudo available on Ubuntu 14.04)\n- Semantic versioning and keepachangelog.com-based Changelog format\n- Doyxgen support (example :code:`doxygen.conf` file provided) coupled with GitHub pages support, see https://gbmhunter.github.io/CppTemplate/index.html for example documentation.\n- Code coverage support using lcov and https://codecov.io. Code coverage is only generated for the files which matter, the source code in :code:`src/` and :code:`include/` directories.\n\n---------------\nAutomatic Build\n---------------\n\n.. code:: bash\n\n    ~/CppTemplate$ ./tools/build.sh\n\n------------\nManual Build\n------------\n\n.. code:: bash\n\n    ~/CppTemplate$ mkdir build\n    ~/CppTemplate$ cd build/\n    ~/CppTemplate/build$ cmake ..\n    ~/CppTemplate/build$ make\n    ~/CppTemplate/build$ make run_unit_tests\n    ~/CppTemplate/build$ sudo make install\n\n-------------------------\nTo Generate Documentation\n-------------------------\n\n.. code:: bash\n\n    ~/CppTemplate$ doxygen doxygen.conf","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbmhunter%2Fcpptemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbmhunter%2Fcpptemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbmhunter%2Fcpptemplate/lists"}