{"id":26018775,"url":"https://github.com/ericc-ch/install-pocketbase","last_synced_at":"2026-05-28T18:31:33.047Z","repository":{"id":280610113,"uuid":"942471972","full_name":"ericc-ch/install-pocketbase","owner":"ericc-ch","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-04T15:05:39.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-06T20:54:40.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericc-ch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2025-03-04T06:46:38.000Z","updated_at":"2025-03-04T15:05:40.000Z","dependencies_parsed_at":"2025-03-04T11:37:17.846Z","dependency_job_id":"d52a5a11-b1e5-4ec6-82f8-f4445a7d2a77","html_url":"https://github.com/ericc-ch/install-pocketbase","commit_stats":null,"previous_names":["ericc-ch/install-pocketbase","ericc-ch/pocketbase-installer"],"tags_count":4,"template":false,"template_full_name":"ericc-ch/starter-library-ts","purl":"pkg:github/ericc-ch/install-pocketbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Finstall-pocketbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Finstall-pocketbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Finstall-pocketbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Finstall-pocketbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericc-ch","download_url":"https://codeload.github.com/ericc-ch/install-pocketbase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Finstall-pocketbase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33622067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2025-03-06T06:34:02.840Z","updated_at":"2026-05-28T18:31:32.931Z","avatar_url":"https://github.com/ericc-ch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# install-pocketbase\n\nInstall PocketBase easily using `npx`!\n\n## Usage\n\n**Make sure you have `unzip` installed on your system.**\n\n**Install the latest version:**\n\n```bash\nnpx install-pocketbase@latest\n```\n\n**Install a specific version:**\n\n```bash\nnpx install-pocketbase --tag \u003cversion\u003e\n```\n\n**Install for a specific platform:**\n\n```bash\nnpx install-pocketbase --platform \u003cplatform\u003e\n```\n\n**Interactive mode:**\n\n```bash\nnpx install-pocketbase --interactive\n```\n\n## Programmatic Usage\n\nYou can also use `install-pocketbase` programmatically in your Node.js projects.\n\n**Installation:**\n\n```bash\nnpm install install-pocketbase\n```\n\n**Usage:**\n\n```typescript\nimport { getDownloadUrl, install } from \"install-pocketbase\";\n\nconst downloadUrl = await getDownloadUrl({\n  tag: \"latest\",\n  platform: \"linux_amd64\",\n});\nawait install(downloadUrl, {\n  onProgress: (progress, total) =\u003e {\n    console.log(`Downloaded ${progress} of ${total} bytes`);\n  },\n});\n```\n\n## Options\n\n- `--tag`, `-t`: Version tag to install. Defaults to `latest`.\n- `--platform`, `-p`: Platform to install. Defaults to your OS platform and architecture.\n- `--interactive`, `-i`: Interactive mode. Prompts you to select a version from the available releases. Defaults to `false`.\n\n## Credits\n\nThis project uses [ungh](https://unjs.io/packages/ungh) by [unjs](https://unjs.io/). Thanks for the awesome API proxy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericc-ch%2Finstall-pocketbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericc-ch%2Finstall-pocketbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericc-ch%2Finstall-pocketbase/lists"}