{"id":20571313,"url":"https://github.com/fluent-ci-templates/buck-pipeline","last_synced_at":"2026-04-17T08:32:38.516Z","repository":{"id":195409373,"uuid":"692502373","full_name":"fluent-ci-templates/buck-pipeline","owner":"fluent-ci-templates","description":"A ready-to-use Pipeline for Buck projects.","archived":false,"fork":false,"pushed_at":"2024-08-31T13:25:41.000Z","size":158,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T09:58:31.383Z","etag":null,"topics":["buck","cicd","deno","pipeline","pipelines-as-code","typescript"],"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-09-16T17:14:44.000Z","updated_at":"2024-08-31T13:21:49.000Z","dependencies_parsed_at":"2023-09-17T20:41:31.380Z","dependency_job_id":"1779406c-3484-427e-92f6-4d60fa920a66","html_url":"https://github.com/fluent-ci-templates/buck-pipeline","commit_stats":null,"previous_names":["fluent-ci-templates/buck-pipeline"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/fluent-ci-templates/buck-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fbuck-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fbuck-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fbuck-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fbuck-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/buck-pipeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fbuck-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31921928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["buck","cicd","deno","pipeline","pipelines-as-code","typescript"],"created_at":"2024-11-16T05:15:53.970Z","updated_at":"2026-04-17T08:32:38.496Z","avatar_url":"https://github.com/fluent-ci-templates.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Buck Pipeline\n\n[![fluentci pipeline](https://shield.fluentci.io/x/buck)](https://pkg.fluentci.io/buck)\n![deno compatibility](https://shield.deno.dev/deno/^1.41)\n[![](https://jsr.io/badges/@fluentci/buck)](https://jsr.io/@fluentci/buck)\n[![](https://img.shields.io/codecov/c/gh/fluent-ci-templates/buck-pipeline)](https://codecov.io/gh/fluent-ci-templates/buck-pipeline)\n\nA ready-to-use Pipeline for [Buck](https://buck2.build/) projects.\n\n## 🚀 Usage\n\nRun the following command in your project:\n\n```bash\nfluentci run buck\n```\n\nOr, if you want to use it as a template:\n\n```bash\nfluentci init -t buck\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/buck-pipeline@main\n```\n\nCall functions from the module:\n\n```bash\ndagger call -m github.com/fluent-ci-templates/buck-pipeline@main build --src .\n```\n\n## Jobs\n\n| Job       | Description   |\n| --------- | ------------- |\n| build     | Build project |\n| test      | Run tests     |\n\n## Programmatic usage\n\nYou can also use this pipeline programmatically:\n\n```ts\nimport { test, build } from \"jsr:@fluentci/buck\";\n\nawait test(\".\");\nawait build(\".\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fbuck-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent-ci-templates%2Fbuck-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fbuck-pipeline/lists"}