{"id":15481846,"url":"https://github.com/simotod/alpine-turbo-drive-adapter","last_synced_at":"2025-12-15T19:53:53.368Z","repository":{"id":38426783,"uuid":"273907066","full_name":"SimoTod/alpine-turbo-drive-adapter","owner":"SimoTod","description":"Bridge library to enable full support for Alpine components in pages using Turbolinks","archived":false,"fork":false,"pushed_at":"2025-04-27T17:14:05.000Z","size":1648,"stargazers_count":229,"open_issues_count":1,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-20T05:02:56.167Z","etag":null,"topics":["alpinejs","javascript","turbolinks"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SimoTod.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["SimoTod"]}},"created_at":"2020-06-21T13:13:00.000Z","updated_at":"2025-05-02T08:52:37.000Z","dependencies_parsed_at":"2024-01-13T19:25:39.504Z","dependency_job_id":"5dad188e-e0fc-4dc1-8bee-68fb92ff2d0e","html_url":"https://github.com/SimoTod/alpine-turbo-drive-adapter","commit_stats":null,"previous_names":["simotod/alpine-turbolinks-adapter"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/SimoTod/alpine-turbo-drive-adapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoTod%2Falpine-turbo-drive-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoTod%2Falpine-turbo-drive-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoTod%2Falpine-turbo-drive-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoTod%2Falpine-turbo-drive-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimoTod","download_url":"https://codeload.github.com/SimoTod/alpine-turbo-drive-adapter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimoTod%2Falpine-turbo-drive-adapter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27756506,"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-12-15T02:00:09.782Z","response_time":96,"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":["alpinejs","javascript","turbolinks"],"created_at":"2024-10-02T05:06:36.001Z","updated_at":"2025-12-15T19:53:53.318Z","avatar_url":"https://github.com/SimoTod.png","language":"JavaScript","funding_links":["https://github.com/sponsors/SimoTod","https://img.shields.io/static/v1?label=Support\u0026message=%20%E2%9D%A4%20\u0026logo=GitHub\u0026link=https://github.com/sponsors/SimoTod\u0026color=ff69b4"],"categories":[],"sub_categories":[],"readme":"# Alpine Turbo Drive Adapter\n[![npm](https://img.shields.io/npm/v/alpine-turbo-drive-adapter)](https://www.npmjs.com/package/alpine-turbo-drive-adapter)\n[![npm bundle size](https://img.shields.io/bundlephobia/minzip/alpine-turbo-drive-adapter?color=#0F0)](https://bundlephobia.com/result?p=alpine-turbo-drive-adapter)\n[![](https://data.jsdelivr.com/v1/package/npm/alpine-turbo-drive-adapter/badge)](https://www.jsdelivr.com/package/npm/alpine-turbo-drive-adapter)\n[![](https://img.shields.io/npm/dm/alpine-turbo-drive-adapter?color=%23cb3837\u0026logo=npm)](https://www.npmjs.com/package/alpine-turbo-drive-adapter)\n[![](https://img.shields.io/static/v1?label=Support\u0026message=%20%E2%9D%A4%20\u0026logo=GitHub\u0026link=https://github.com/sponsors/SimoTod\u0026color=ff69b4)](https://github.com/sponsors/SimoTod)\n\nAlpine-turbo-drive-adapter allows you to add support for Alpine.js V3 to your Turbolinks/Turbo powered apps.\nIt handles events to properly clean up the DOM from Alpine generated code when navigating between pages.\n\nIf you look for the Alpine v2 version, look at the [1.x branch](https://github.com/SimoTod/alpine-turbo-drive-adapter/tree/1.x).\n\n## Install\n\n### From CDN\nJust include `\u003cscript src=\"https://cdn.jsdelivr.net/npm/alpine-turbo-drive-adapter@2.0.x/dist/alpine-turbo-drive-adapter.min.js\" defer\u003e\u003c/script\u003e` before your Alpine script in your page\n\n### From NPM\n Install the package\n```bash\nnpm i alpine-turbo-drive-adapter\n```\nInclude it in your script along with Alpine JS (make sure Alpine is available on the window object).\n```javascript\nimport 'alpine-turbo-drive-adapter'\nimport Alpine from 'alpinejs'\nwindow.Alpine = Alpine\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimotod%2Falpine-turbo-drive-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimotod%2Falpine-turbo-drive-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimotod%2Falpine-turbo-drive-adapter/lists"}