{"id":19351548,"url":"https://github.com/opensourcedoc/cpp-boilerplate-application","last_synced_at":"2025-06-14T06:03:26.254Z","repository":{"id":77782890,"uuid":"367755246","full_name":"opensourcedoc/cpp-boilerplate-application","owner":"opensourcedoc","description":"C++ Boilerplate Project to Build C++ Based Application","archived":false,"fork":false,"pushed_at":"2021-06-18T06:36:28.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T10:35:50.253Z","etag":null,"topics":["boilerplate","boilerplate-application","cpp"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/opensourcedoc.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":"2021-05-16T00:30:43.000Z","updated_at":"2023-07-16T22:22:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cad8107-5f39-4be1-b3d7-7d3f53708860","html_url":"https://github.com/opensourcedoc/cpp-boilerplate-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/opensourcedoc/cpp-boilerplate-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fcpp-boilerplate-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fcpp-boilerplate-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fcpp-boilerplate-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fcpp-boilerplate-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensourcedoc","download_url":"https://codeload.github.com/opensourcedoc/cpp-boilerplate-application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fcpp-boilerplate-application/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259768509,"owners_count":22908228,"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":["boilerplate","boilerplate-application","cpp"],"created_at":"2024-11-10T04:36:34.897Z","updated_at":"2025-06-14T06:03:26.238Z","avatar_url":"https://github.com/opensourcedoc.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Boilerplate for Application\n\nA C++ boilerplate project to build a C++ based application.\n\n## System Requirements\n\n* C++ compiler (Clang or GCC)\n* GNU Make (for compilation only)\n\n## Usage\n\nClone the project:\n\n```\n$ git clone https://github.com/cwchentw/cpp-boilerplate-application.git myapp\n```\n\nMove your working directory to the root of *myapp*:\n\n```\n$ cd myapp\n```\n\nModify *main.cc* as needed. You may add or remove C source files (*.c*) or C++ source files (*.cc*, *.cpp* or *.cxx*) as needed.\n\nCompile the application:\n\n```\n$ make\n```\n\nRun the compiled program:\n\n```\n$ ./dist/program\n```\n\nSet your own remote repository:\n\n```\n$ git remote set-url origin https://example.com/user/project.git\n```\n\nPush your modification to your own repo:\n\n```\n$ git push\n```\n\n## Project Configuration\n\nHere are the parameters in *Makefile*:\n\n* **PROGRAM**: the name of the compiled program\n* **C_STD**: the C standard as a GCC C dialect\n* **CXX_STD**: the C++ standard as a GCC C++ dialect\n\n## Note\n\nYou may mix C and C++ in the same project as well.\n\nThe project assumes a Unix console environment. Windows users can install [MSYS2](https://www.msys2.org/) to obtain a decent Unix environment.\n\nBecause seldom Visual C++ users compile programs with Make, we don't include the compiler in the project.\n\n## Copyright\n\nCopyright (c) 2020 Michelle Chen. Licensed under MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourcedoc%2Fcpp-boilerplate-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensourcedoc%2Fcpp-boilerplate-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourcedoc%2Fcpp-boilerplate-application/lists"}