{"id":28615875,"url":"https://github.com/habedi/template-zig-project","last_synced_at":"2025-06-12T02:10:40.023Z","repository":{"id":298558004,"uuid":"1000387172","full_name":"habedi/template-zig-project","owner":"habedi","description":"A template for Zig projects :lizard:","archived":false,"fork":false,"pushed_at":"2025-06-11T18:08:44.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-11T19:18:33.657Z","etag":null,"topics":["project-template","quality-of-life","template","zig","zig-library","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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,"zenodo":null}},"created_at":"2025-06-11T17:44:41.000Z","updated_at":"2025-06-11T18:03:39.000Z","dependencies_parsed_at":"2025-06-11T19:18:38.399Z","dependency_job_id":"b254edef-5433-4d26-853e-82a642dc252c","html_url":"https://github.com/habedi/template-zig-project","commit_stats":null,"previous_names":["habedi/template-zig-project"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/habedi/template-zig-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-zig-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-zig-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-zig-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-zig-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/habedi","download_url":"https://codeload.github.com/habedi/template-zig-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habedi%2Ftemplate-zig-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259382356,"owners_count":22848845,"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":["project-template","quality-of-life","template","zig","zig-library","ziglang"],"created_at":"2025-06-12T02:10:33.319Z","updated_at":"2025-06-12T02:10:40.012Z","avatar_url":"https://github.com/habedi.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Zig Project Template\n\n\u003cdiv align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003cimg alt=\"Zig Logo\" src=\"docs/assets/logo/zero.svg\" height=\"35%\" width=\"35%\"\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-zig-project/tests.yml?label=tests\u0026style=flat\u0026labelColor=282c34\u0026logo=github)](https://github.com/habedi/template-zig-project/actions/workflows/tests.yml)\n[![Lints](https://img.shields.io/github/actions/workflow/status/habedi/template-zig-project/lints.yml?label=lints\u0026style=flat\u0026labelColor=282c34\u0026logo=github)](https://github.com/habedi/template-zig-project/actions/workflows/lints.yml)\n[![Code Coverage](https://img.shields.io/codecov/c/github/habedi/template-zig-project?label=coverage\u0026style=flat\u0026labelColor=282c34\u0026logo=codecov)](https://codecov.io/gh/habedi/template-zig-project)\n[![CodeFactor](https://img.shields.io/codefactor/grade/github/habedi/template-zig-project?label=code%20quality\u0026style=flat\u0026labelColor=282c34\u0026logo=codefactor)](https://www.codefactor.io/repository/github/habedi/template-zig-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-zig-project/blob/main/LICENSE)\n[![Release](https://img.shields.io/github/release/habedi/template-zig-project.svg?label=release\u0026style=flat\u0026labelColor=282c34\u0026logo=github)](https://github.com/habedi/template-zig-project/releases/latest)\n\nThis is a project template for Zig projects.\nIt provides a minimalistic project structure with pre-configured GitHub Actions, Makefile, and a few useful\nconfiguration files.\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- 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### 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-zig-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhabedi%2Ftemplate-zig-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabedi%2Ftemplate-zig-project/lists"}