{"id":20571290,"url":"https://github.com/fluent-ci-templates/android-pipeline","last_synced_at":"2026-04-16T18:05:11.643Z","repository":{"id":179254149,"uuid":"662240474","full_name":"fluent-ci-templates/android-pipeline","owner":"fluent-ci-templates","description":"A ready-to-use CI/CD Pipeline and jobs for Android projects","archived":false,"fork":false,"pushed_at":"2024-08-20T20:11:29.000Z","size":325,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T01:33:06.598Z","etag":null,"topics":["android","deno","deno-module","devops","gitlab-ci","pipeline","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-07-04T17:03:51.000Z","updated_at":"2024-08-20T20:11:33.000Z","dependencies_parsed_at":"2023-10-16T09:15:11.390Z","dependency_job_id":"a759f317-cd69-4124-8af4-c90bb2e12356","html_url":"https://github.com/fluent-ci-templates/android-pipeline","commit_stats":null,"previous_names":["fluent-ci-templates/android-pipeline"],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fandroid-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fandroid-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fandroid-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fandroid-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/android-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":["android","deno","deno-module","devops","gitlab-ci","pipeline","typescript"],"created_at":"2024-11-16T05:15:44.506Z","updated_at":"2026-04-16T18:05:11.615Z","avatar_url":"https://github.com/fluent-ci-templates.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Android Pipeline\n\n[![fluentci pipeline](https://shield.fluentci.io/x/android_pipeline)](https://pkg.fluentci.io/android_pipeline)\n[![deno module](https://shield.deno.dev/x/android_pipeline)](https://deno.land/x/android_pipeline)\n![deno compatibility](https://shield.deno.dev/deno/^1.41)\n[![dagger-min-version](https://shield.fluentci.io/dagger/v0.11.7)](https://dagger.io)\n[![](https://jsr.io/badges/@fluentci/android)](https://jsr.io/@fluentci/android)\n[![](https://img.shields.io/codecov/c/gh/fluent-ci-templates/android-pipeline)](https://codecov.io/gh/fluent-ci-templates/android-pipeline)\n[![ci](https://github.com/fluent-ci-templates/android-pipeline/actions/workflows/ci.yml/badge.svg)](https://github.com/fluent-ci-templates/android-pipeline/actions/workflows/ci.yml)\n\n\nA ready-to-use CI/CD Pipeline for your Android projects.\n\n## 🚀 Usage\n\nRun the following command:\n\n```bash\nfluentci run android_pipeline\n```\n\nOr, if you want to use it as a template:\n\n```bash\nfluentci init -t android\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/android-pipeline@main\n```\n\nCall a function from the module:\n\n```bash\ndagger call assemble-release --src .\ndagger call bundle-release --src .\n```\n\n## ✨ Jobs\n\n| Job            | Description           |\n| -------------- | --------------------- |\n| lintDebug      | Lint your code        |\n| assembleDebug  | generate apk (debug)  |\n| debugTests     | Run your tests        |\n| assembleRelease| generate apk (release)|\n| bundleRelease  | generate aab (release)|\n\n```typescript\n\nlintDebug(\n  src?: string | Directory\n): Promise\u003cstring\u003e\n\nassembleDebug(\n  src?: string | Directory\n): Promise\u003cFile | string\u003e\n\nassembleRelease(\n  src?: string | Directory\n): Promise\u003cFile | string\u003e\n\nbundleRelease(\n  src?: string | Directory\n): Promise\u003cFile | string\u003e\n\ndebugTests(\n  src?: string | Directory\n): Promise\u003cstring\u003e\n```\n\n## 👨‍💻 Programmatic usage\n\nYou can also use this pipeline programmatically:\n\n```ts\nimport { lintDebug, assembleDebug, debugTests } from \"jsr:@fluentci/android\";\n\nawait lintDebug();\nawait debugTests();\nawait assembleDebug();\n```\n\n## 📚 Example\n\nSee [example](https://github.com/fluent-ci-templates/android-pipeline/tree/main/example) for a working example.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fandroid-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent-ci-templates%2Fandroid-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fandroid-pipeline/lists"}