{"id":20571375,"url":"https://github.com/fluent-ci-templates/clojure-pipeline","last_synced_at":"2026-04-12T12:39:06.811Z","repository":{"id":192312402,"uuid":"683502952","full_name":"fluent-ci-templates/clojure-pipeline","owner":"fluent-ci-templates","description":"A ready-to-use CI/CD Pipeline for your Clojure projects.","archived":false,"fork":false,"pushed_at":"2024-06-18T20:44:31.000Z","size":162,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T09:58:32.116Z","etag":null,"topics":["cicd","clojure","dagger","deno","pipeline","typescript","wasm"],"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-08-26T19:17:56.000Z","updated_at":"2024-06-18T20:44:34.000Z","dependencies_parsed_at":"2023-09-04T04:59:29.590Z","dependency_job_id":"d4213529-cbcc-43c6-8a92-6f37202f464c","html_url":"https://github.com/fluent-ci-templates/clojure-pipeline","commit_stats":null,"previous_names":["fluent-ci-templates/clojure-pipeline"],"tags_count":10,"template":true,"template_full_name":null,"purl":"pkg:github/fluent-ci-templates/clojure-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fclojure-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fclojure-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fclojure-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fclojure-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/clojure-pipeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fclojure-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272024685,"owners_count":24860528,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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":["cicd","clojure","dagger","deno","pipeline","typescript","wasm"],"created_at":"2024-11-16T05:16:05.025Z","updated_at":"2026-04-12T12:39:01.787Z","avatar_url":"https://github.com/fluent-ci-templates.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Clojure Pipeline\n\n[![fluentci pipeline](https://shield.fluentci.io/x/clojure_pipeline)](https://pkg.fluentci.io/clojure_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/clojure)](https://jsr.io/@fluentci/clojure)\n[![codecov](https://img.shields.io/codecov/c/gh/fluent-ci-templates/clojure-pipeline)](https://codecov.io/gh/fluent-ci-templates/clojure-pipeline)\n\nA ready-to-use CI/CD Pipeline for your [Clojure](https://clojure.org/) projects.\n\n## 🚀 Usage\n\nRun the following command:\n\n```bash\nfluentci run clojure_pipeline\n```\n\nOr, if you want to use it as a template :\n\n```bash\nfluentci init -t clojure\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\nOr simply:\n\n```bash\nfluentci\n```\n\n## Dagger Module\n\nUse as a [Dagger](https://dagger.io) module:\n\n```bash\ndagger install github.com/fluent-ci-templates/clojure-pipeline@main\n```\n\n## Jobs\n\n| Job     | Description         |\n| ------- | ------------------- |\n| test    | Run the tests       |\n| uberjar | Build an uberjar    |\n\n```typescript\nuberjar(\n  src: Directory | string\n): Promise\u003cDirectory | string\u003e\n\ntest(src: Directory | string): Promise\u003cstring\u003e\n```\n\n## Programmatic usage\n\nYou can also use this pipeline programmatically :\n\n```ts\nimport { test, uberjar } from \"jsr:@fluentci/clojure\";\n\nawait test();\nawait uberjar();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fclojure-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent-ci-templates%2Fclojure-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fclojure-pipeline/lists"}