{"id":19351527,"url":"https://github.com/opensourcedoc/c-boilerplate-application","last_synced_at":"2026-06-18T11:31:25.168Z","repository":{"id":77782868,"uuid":"366916190","full_name":"opensourcedoc/c-boilerplate-application","owner":"opensourcedoc","description":"C Boilerplate Project to Build C-based Application","archived":false,"fork":false,"pushed_at":"2021-06-18T06:33:06.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T10:35:43.194Z","etag":null,"topics":["boilerplate-application","c"],"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-13T02:52:03.000Z","updated_at":"2023-12-04T12:34:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"445c0d30-c07a-48b0-af88-645a3666e844","html_url":"https://github.com/opensourcedoc/c-boilerplate-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/opensourcedoc/c-boilerplate-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fc-boilerplate-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fc-boilerplate-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fc-boilerplate-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fc-boilerplate-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensourcedoc","download_url":"https://codeload.github.com/opensourcedoc/c-boilerplate-application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fc-boilerplate-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34489019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-application","c"],"created_at":"2024-11-10T04:36:32.915Z","updated_at":"2026-06-18T11:31:25.117Z","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/c-boilerplate-application.git myapp\n```\n\nMove your working directory to the root of *myapp*:\n\n```\n$ cd myapp\n```\n\nModify *main.c* as needed. You may add or remove C source files (*.c*) 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\n## Note\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%2Fc-boilerplate-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensourcedoc%2Fc-boilerplate-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourcedoc%2Fc-boilerplate-application/lists"}