{"id":15117206,"url":"https://github.com/MQuy/phoenix_mjml","last_synced_at":"2025-09-27T23:30:34.720Z","repository":{"id":18574901,"uuid":"84634897","full_name":"MQuy/phoenix_mjml","owner":"MQuy","description":"Phoenix Template Engine for Mjml","archived":false,"fork":false,"pushed_at":"2021-10-05T07:52:33.000Z","size":18,"stargazers_count":40,"open_issues_count":2,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-15T05:50:53.813Z","etag":null,"topics":["elixir-lang","mjml","phoenix-framework"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/MQuy.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}},"created_at":"2017-03-11T08:22:06.000Z","updated_at":"2024-09-23T16:41:03.000Z","dependencies_parsed_at":"2022-07-26T23:02:09.378Z","dependency_job_id":null,"html_url":"https://github.com/MQuy/phoenix_mjml","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/MQuy%2Fphoenix_mjml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MQuy%2Fphoenix_mjml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MQuy%2Fphoenix_mjml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MQuy%2Fphoenix_mjml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MQuy","download_url":"https://codeload.github.com/MQuy/phoenix_mjml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234470271,"owners_count":18838628,"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":["elixir-lang","mjml","phoenix-framework"],"created_at":"2024-09-26T01:45:51.947Z","updated_at":"2025-09-27T23:30:34.419Z","avatar_url":"https://github.com/MQuy.png","language":"Elixir","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# Phoenix Template Engine for Mjml\n\n[![License][deps-img]][deps]\n[![License][license-img]][license]\n\n\u003e Powered by [Mjml](https://mjml.io/)\n\n\n## Usage\n\n  1. Add `{:phoenix_mjml, \"~\u003e 0.2.1\"}` to your deps in `mix.exs`.\n     If you generated your app from the Phoenix master branch,\n     add phoenix_mjml's master branch to your deps instead.\n     `{:phoenix_mjml, github: \"chrismccord/phoenix_mjml\"}`\n  2. Add the following to your Phoenix `config/config.exs`\n\n ```elixir\n  config :phoenix, :template_engines,\n    mjml: PhoenixMjml.Engine\n ```\n  3. Use the `.html.mjml` extensions for your templates.\n\n## Optional\n\nAdd mjml extension to Phoenix live reload in `config/dev.exs`\n\n```elixir\n  config :hello_phoenix, HelloPhoenix.Endpoint,\n    live_reload: [\n      patterns: [\n        ~r{priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$},\n        ~r{web/views/.*(ex)$},\n        ~r{web/templates/.*(eex|mjml)$}\n      ]\n    ]\n```\n\n## License\n\nMIT license. Please see [LICENSE][license] for details.\n\n[deps-img]: https://beta.hexfaktor.org/badge/all/github/dailydrip/firestorm.svg\n[deps]: https://beta.hexfaktor.org/github/dailydrip/firestorm\n[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg\n[license]: http://opensource.org/licenses/MIT\n[LICENSE]: https://github.com/MQuy/phoenix_mjml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMQuy%2Fphoenix_mjml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMQuy%2Fphoenix_mjml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMQuy%2Fphoenix_mjml/lists"}