{"id":20571355,"url":"https://github.com/fluent-ci-templates/zig-pipeline","last_synced_at":"2026-05-08T02:11:34.261Z","repository":{"id":191048368,"uuid":"662242238","full_name":"fluent-ci-templates/zig-pipeline","owner":"fluent-ci-templates","description":"A ready-to-use CI/CD Pipeline for Zig projects.","archived":false,"fork":false,"pushed_at":"2024-06-18T20:06:29.000Z","size":158,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T21:14:14.261Z","etag":null,"topics":["cicd","dagger","deno","deno-module","devops","pipeline","typescript","zig"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/fluent-ci-templates.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":"2023-07-04T17:09:11.000Z","updated_at":"2024-11-27T06:43:19.000Z","dependencies_parsed_at":"2024-06-19T02:00:48.025Z","dependency_job_id":"039c342d-f455-4f4e-aad2-dd79d81b860c","html_url":"https://github.com/fluent-ci-templates/zig-pipeline","commit_stats":null,"previous_names":["fluent-ci-templates/zig-pipeline"],"tags_count":10,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fzig-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fzig-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fzig-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fzig-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent-ci-templates","download_url":"https://codeload.github.com/fluent-ci-templates/zig-pipeline/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242187633,"owners_count":20086217,"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":["cicd","dagger","deno","deno-module","devops","pipeline","typescript","zig"],"created_at":"2024-11-16T05:16:01.487Z","updated_at":"2026-05-08T02:11:29.211Z","avatar_url":"https://github.com/fluent-ci-templates.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Zig Pipeline\n\n[![fluentci pipeline](https://shield.fluentci.io/x/zig_pipeline)](https://pkg.fluentci.io/zig_pipeline)\n![deno compatibility](https://shield.deno.dev/deno/^1.42)\n[![dagger-min-version](https://shield.fluentci.io/dagger/v0.11.7)](https://dagger.io)\n[![](https://jsr.io/badges/@fluentci/zig)](https://jsr.io/@fluentci/zig)\n[![](https://img.shields.io/codecov/c/gh/fluent-ci-templates/zig-pipeline)](https://codecov.io/gh/fluent-ci-templates/zig-pipeline)\n[![ci](https://github.com/fluent-ci-templates/zig-pipeline/actions/workflows/ci.yml/badge.svg)](https://github.com/fluent-ci-templates/zig-pipeline/actions/workflows/ci.yml)\n\n\nA ready-to-use CI/CD Pipeline for your [Zig](https://ziglang.org/) projects.\n\n## 🚀 Usage\n\nRun the following command in your project:\n\n```bash\nfluentci run zig_pipeline\n```\n\nOr, if you want to use it as a template:\n\n```bash\nfluentci init -t zig\n```\n\nThis will create a `.fluentci` folder in your project.\n\nNow you can run the pipeline with:\n\n```bash\nfluentci run .\n```\n\n## 🧩 Dagger Module\n\nUse as a [Dagger](https://dagger.io) module:\n\n```bash\ndagger install github.com/fluent-ci-templates/zig-pipeline@main\n```\n\nCall a function from the module:\n\n```bash\ndagger -m github.com/fluent-ci-templates/zig-pipeline call \\\n  test --src .\n\ndagger -m github.com/fluent-ci-templates/zig-pipeline call \\\n  build --src .\n```\n\n## 🛠️ Environment variables\n\n| Variable        | Description                                    |\n| --------------- | ---------------------------------------------- |\n| `ZIG_VERSION`   | The version of Zig to use. Defaults to `0.10.1` |\n\n## ✨ Jobs\n\n| Job       | Description   |\n| --------- | ------------- |\n| test      | Run tests     |\n| build     | Build project |\n\n```typescript\ntest(\n  src: Directory | string = \".\",\n  version?: string\n): Promise\u003cstring\u003e\n\nbuild(\n  src: Directory | string = \".\",\n  version?: string\n): Promise\u003cDirectory | string\u003e\n```\n\n## 👨‍💻 Programmatic usage\n\nYou can also use this pipeline programmatically:\n\n```ts\nimport { test, build } from \"jsr:@fluentci/zig\";\n\nawait test();\nawait build();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fzig-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent-ci-templates%2Fzig-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fzig-pipeline/lists"}