{"id":17161880,"url":"https://github.com/rajveermalviya/tsukuru","last_synced_at":"2025-02-23T14:31:26.445Z","repository":{"id":47301123,"uuid":"515550035","full_name":"rajveermalviya/tsukuru","owner":"rajveermalviya","description":"build tool for Go apps targeting android and web","archived":false,"fork":false,"pushed_at":"2022-09-30T19:55:26.000Z","size":132,"stargazers_count":8,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T19:19:30.332Z","etag":null,"topics":["android","apk","app-bundle","build-tool","go","golang","wasm"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajveermalviya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"rajveermalviya"}},"created_at":"2022-07-19T11:09:10.000Z","updated_at":"2024-04-28T08:34:02.000Z","dependencies_parsed_at":"2023-01-18T17:29:04.642Z","dependency_job_id":null,"html_url":"https://github.com/rajveermalviya/tsukuru","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajveermalviya%2Ftsukuru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajveermalviya%2Ftsukuru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajveermalviya%2Ftsukuru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajveermalviya%2Ftsukuru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajveermalviya","download_url":"https://codeload.github.com/rajveermalviya/tsukuru/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240086863,"owners_count":19745856,"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","apk","app-bundle","build-tool","go","golang","wasm"],"created_at":"2024-10-14T22:44:07.645Z","updated_at":"2025-02-23T14:31:26.036Z","avatar_url":"https://github.com/rajveermalviya.png","language":"Go","funding_links":["https://github.com/sponsors/rajveermalviya"],"categories":[],"sub_categories":[],"readme":"# `tsukuru`: build more than just a binary\n\nTsukuru is a cli tool that can build and run apk and appbundle for deploying Go apps on android platforms, and wasm for web targets.\n\n```\n~ go install github.com/rajveermalviya/tsukuru/cmd/tsukuru@latest\n\n~ tsukuru -help\n\nUsage of tsukuru:\n\n        tsukuru build {apk, appbundle, wasm} [-options] \u003cpath to main package\u003e\n\n        tsukuru run {apk, wasm} [-options] \u003cpath to main package\u003e\n\n        tsukuru checkin deps [-options] \u003cpath to main package\u003e\n\nRun 'tsukuru [command] [subcommand] -help' for details\n```\n\n# android backends\n`tsukuru` currently has two backends for android build system.\n\n- `gradle` (recommended)\n\n- `custom` (experimental) : custom backend can build apks without running gradle, though it is limited in many cases (doesn't support building appbundle, doesn't support building apps with android dependencies)\n\n# `tsukurufile` (experimental)\n\n`tsukurufile` can be used to specify android dependencies for a go package\n\n```go\ntsukuru v1alpha\n\nandroid (\n    \"androidx.games:games-activity:1.2.1\"\n)\n```\n\n`tsukuru` walks through each imported package's directory and tries to find a `tsukurufile`, then it deduplicates any duplicate dependencies between different `tsukurufile`'s (currently doesn't do any version management), then it adds the unique list of dependencies to your `./android/app/build.gradle` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajveermalviya%2Ftsukuru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajveermalviya%2Ftsukuru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajveermalviya%2Ftsukuru/lists"}