{"id":16419669,"url":"https://github.com/nshafer/pax","last_synced_at":"2025-06-25T17:02:18.213Z","repository":{"id":185727235,"uuid":"673137173","full_name":"nshafer/pax","owner":"nshafer","description":"Toolkit for live CRUD applications and admins","archived":false,"fork":false,"pushed_at":"2025-02-10T22:20:57.000Z","size":1137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T22:22:12.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nshafer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-08-01T00:51:11.000Z","updated_at":"2025-02-10T22:21:01.000Z","dependencies_parsed_at":"2025-01-25T19:17:46.773Z","dependency_job_id":"b94f332f-a4aa-4214-813a-048b97ab3c07","html_url":"https://github.com/nshafer/pax","commit_stats":null,"previous_names":["nshafer/pax"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nshafer%2Fpax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nshafer%2Fpax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nshafer%2Fpax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nshafer%2Fpax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nshafer","download_url":"https://codeload.github.com/nshafer/pax/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240491599,"owners_count":19809977,"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":[],"created_at":"2024-10-11T07:25:31.652Z","updated_at":"2025-06-25T17:02:18.183Z","avatar_url":"https://github.com/nshafer.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pax\n\n**DO NOT USE THIS MODULE... YET**\n\nThis module is under heavy development, and is not ready for anyone to use it yet.\n\nPax (Phoenix Admin eXtensions) is a toolkit for adding CRUD functionality to LiveViews, as well as\nan admin interface built on those tools.\n\n## Installation\n\nRough instructions for now.\n\n### Dependency\n\nAdd `pax` to your list of dependencies in \"mix.exs\":\n\n```elixir\ndef deps do\n  [\n    {:pax, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n### Static assets\n\nAdd a `Plug.Static` plug to load static assets at /pax directly from the pax dependency. Add the\nfollowing to your \"lib/myapp_web/endpoint.ex\", after any `socket` lines, and before\n`plug Plug.Parsers`. The best place is right after any existing `plug Plug.Static` lines.\n\n```elixir\nplug Plug.Static, at: \"/pax\", from: :pax, gzip: false\n```\n\nAdd the pax static assets to \"myapp_web/components/root.html.heex\", in the `\u003chead\u003e`, and before your own css and js\nso you can easily override the pax css.\n\nThis only gives a bare-minimum of styling and functionality that is designed to be a good starting point for your own\ncustomizations.\n\nThis is only needed if you're using `Pax.Interface` directly, and not needed if you are only using `Pax.Admin`.\n\n```html\n\u003clink phx-track-static rel=\"stylesheet\" href=\"/pax/pax.css\" /\u003e\n\u003cscript defer phx-track-static type=\"text/javascript\" src=\"/pax/pax.js\"\u003e\n\u003c/script\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnshafer%2Fpax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnshafer%2Fpax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnshafer%2Fpax/lists"}