{"id":16499074,"url":"https://github.com/joshday/htmx.jl","last_synced_at":"2025-08-13T15:37:54.268Z","repository":{"id":86174465,"uuid":"593661796","full_name":"joshday/HTMX.jl","owner":"joshday","description":"Using Julia to write https://htmx.org","archived":false,"fork":false,"pushed_at":"2023-03-12T00:27:58.000Z","size":6,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-04T01:31:54.269Z","etag":null,"topics":["htmx","julia"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/joshday.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,"zenodo":null}},"created_at":"2023-01-26T15:01:12.000Z","updated_at":"2024-11-15T07:12:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"31b5e029-9fdb-45c6-875e-ebe6e864bd57","html_url":"https://github.com/joshday/HTMX.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshday/HTMX.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHTMX.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHTMX.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHTMX.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHTMX.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshday","download_url":"https://codeload.github.com/joshday/HTMX.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHTMX.jl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892571,"owners_count":23679320,"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":["htmx","julia"],"created_at":"2024-10-11T14:51:03.100Z","updated_at":"2025-07-11T20:32:20.571Z","avatar_url":"https://github.com/joshday.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTMX\n\n## Usage\n\n- Here is (a slight variation of) the HTMX quickstart at [https://htmx.org](https://htmx.org):\n\n```html\n\u003cdiv\u003e\n  \u003cscript src=\"https://unpkg.com/htmx.org@1.8.5\"\u003e\u003c/script\u003e\n\n  \u003cbutton hx-post=\"/clicked\" hx-swap=\"outerHTML\"\u003e\n    Click Me\n  \u003c/button\u003e\n\u003c/div\u003e\n```\n\n- In Julia, you would write:\n\n```julia\nusing Cobweb: Page, h\nusing HTMX\n\nnode = HTMX.hx(h.button(\"Click Me\"), post=\"/clicked\", swap=\"outerHTML\")\n\nh.div(HTMX.CDN(), node)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshday%2Fhtmx.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshday%2Fhtmx.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshday%2Fhtmx.jl/lists"}