{"id":26921440,"url":"https://github.com/habedi/template-c-project","last_synced_at":"2026-07-03T09:31:34.134Z","repository":{"id":285192668,"uuid":"957190769","full_name":"habedi/template-c-project","owner":"habedi","description":"A template for C projects","archived":false,"fork":false,"pushed_at":"2025-04-16T13:52:47.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T20:40:57.258Z","etag":null,"topics":["c","c-library","c-programming-language","project-template","quality-of-life","template-repository"],"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/habedi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-03-29T19:09:57.000Z","updated_at":"2025-04-08T02:34:04.000Z","dependencies_parsed_at":"2025-03-30T07:22:17.834Z","dependency_job_id":"1eb5fecb-7b17-48a9-b855-218281551a99","html_url":"https://github.com/habedi/template-c-project","commit_stats":null,"previous_names":["habedi/template-c-project"],"tags_count":0,"template":true,"template_full_name":"habedi/template-go-project","purl":"pkg:github/habedi/template-c-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-c-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-c-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-c-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-c-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/habedi","download_url":"https://codeload.github.com/habedi/template-c-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-c-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35081249,"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-07-03T02:00:05.635Z","response_time":110,"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":["c","c-library","c-programming-language","project-template","quality-of-life","template-repository"],"created_at":"2025-04-01T23:27:44.894Z","updated_at":"2026-07-03T09:31:34.119Z","avatar_url":"https://github.com/habedi.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## C Project Template\n\n\u003cdiv align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003cimg alt=\"C Logo\" src=\"logo.svg\" height=\"25%\" width=\"25%\"\u003e\n  \u003c/picture\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n[![Tests](https://img.shields.io/github/actions/workflow/status/habedi/template-c-project/tests.yml?label=tests\u0026style=flat\u0026labelColor=282c34\u0026logo=github)](https://github.com/habedi/template-c-project/actions/workflows/tests.yml)\n[![Lints](https://img.shields.io/github/actions/workflow/status/habedi/template-c-project/lints.yml?label=lints\u0026style=flat\u0026labelColor=282c34\u0026logo=github)](https://github.com/habedi/template-c-project/actions/workflows/lints.yml)\n[![Code Coverage](https://img.shields.io/codecov/c/github/habedi/template-c-project?label=coverage\u0026style=flat\u0026labelColor=282c34\u0026logo=codecov)](https://codecov.io/gh/habedi/template-c-project)\n[![CodeFactor](https://img.shields.io/codefactor/grade/github/habedi/template-c-project?label=code%20quality\u0026style=flat\u0026labelColor=282c34\u0026logo=codefactor)](https://www.codefactor.io/repository/github/habedi/template-c-project)\n[![Docs](https://img.shields.io/badge/docs-latest-007ec6?label=docs\u0026style=flat\u0026labelColor=282c34\u0026logo=readthedocs)](docs)\n[![License](https://img.shields.io/badge/license-MIT-007ec6?label=license\u0026style=flat\u0026labelColor=282c34\u0026logo=open-source-initiative)](https://github.com/habedi/template-c-project)\n[![Release](https://img.shields.io/github/release/habedi/template-c-project.svg?label=release\u0026style=flat\u0026labelColor=282c34\u0026logo=github)](https://github.com/habedi/template-c-project/releases/latest)\n\nThis is a project template for C projects.\nIt provides a minimalistic project structure with pre-configured GitHub Actions, Makefile,\nand configuration files for a few popular development tools.\nI share it here in case it might be useful to others.\n\n### Features\n\n- Minimalistic project structure\n- Pre-configured GitHub Actions for linting and testing\n- Makefile for managing the development workflow and tasks like code formatting, testing, linting, etc.\n- Example configuration files for popular tools like `clang-format`, `clang-tidy`, `Doxygen`, and `valgrind`.\n- GitHub badges for tests, code quality and coverage, documentation, etc.\n- [Code of Conduct](CODE_OF_CONDUCT.md) and [Contributing Guidelines](CONTRIBUTING.md)\n\n### Getting Started\n\nCheck out the [Makefile](Makefile) for available commands to manage the development workflow of the project.\n\n```shell\n# Install system and development dependencies (for Debian-based systems)\nsudo apt-get install make\nmake install-deps\n```\n\n```shell\n# See all available commands and their descriptions\nmake help\n```\n\n### Platform Compatibility\n\nThis template should work on most Unix-like environments (like GNU/Linux distributions, BSDs, and macOS),\nalbeit with some minor modifications.\nWindows users might need a Unix-like environment (such as WSL, MSYS2, or Cygwin) to use this template.\n\n### Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to make a contribution.\n\n### License\n\nThis project is licensed under the MIT License ([LICENSE](LICENSE) or https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabedi%2Ftemplate-c-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhabedi%2Ftemplate-c-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabedi%2Ftemplate-c-project/lists"}