{"id":14967739,"url":"https://github.com/rstacruz/phoenix_expug","last_synced_at":"2025-07-30T17:43:06.065Z","repository":{"id":57531970,"uuid":"61071140","full_name":"rstacruz/phoenix_expug","owner":"rstacruz","description":"Expug integration for Phoenix","archived":false,"fork":false,"pushed_at":"2017-12-08T09:14:11.000Z","size":68,"stargazers_count":20,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T04:49:07.875Z","etag":null,"topics":["expug","haml","html","jade","phoenix","pug"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rstacruz.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-13T21:31:28.000Z","updated_at":"2023-08-07T05:28:43.000Z","dependencies_parsed_at":"2022-09-06T23:12:17.844Z","dependency_job_id":null,"html_url":"https://github.com/rstacruz/phoenix_expug","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstacruz%2Fphoenix_expug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstacruz%2Fphoenix_expug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstacruz%2Fphoenix_expug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstacruz%2Fphoenix_expug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstacruz","download_url":"https://codeload.github.com/rstacruz/phoenix_expug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232958494,"owners_count":18602770,"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":["expug","haml","html","jade","phoenix","pug"],"created_at":"2024-09-24T13:38:32.444Z","updated_at":"2025-01-08T00:40:40.960Z","avatar_url":"https://github.com/rstacruz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phoenix_expug\n\n\u003e Phoenix integration for the Expug template engine\n\n[Expug] is a HTML template engine for indented shorthand, inspired by Pug/Jade, Haml and Slim. This package integrates Expug with [Phoenix].\n\n[Expug]: https://github.com/rstacruz/expug\n[Phoenix]: http://phoenixframework.org/\n\n[![Status](https://travis-ci.org/rstacruz/phoenix_expug.svg?branch=master)](https://travis-ci.org/rstacruz/phoenix_expug \"See test builds\")\n\n## Installation\n\nAdd phoenix_expug to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:phoenix_expug, \"~\u003e 0.1.1\"}]\nend\n```\n\nAdd the following to your `config/config.exs`:\n\n```elixir\nconfig :phoenix, :template_engines,\n  pug: PhoenixExpug.Engine\n```\n\nAdd the .pug extension to Phoenix livereload in `config/dev.exs`:\n\n```elixir\nconfig :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|pug)$}\n      #                      ^^^^\n    ]\n  ]\n```\n\n## Thanks\n\n**phoenix-expug** © 2016-2017, Rico Sta. Cruz. Released under the [MIT] License.\u003cbr\u003e\nAuthored and maintained by Rico Sta. Cruz with help from contributors ([list][contributors]).\n\n\u003e [ricostacruz.com](http://ricostacruz.com) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@rstacruz](https://github.com/rstacruz) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@rstacruz](https://twitter.com/rstacruz)\n\n[MIT]: http://mit-license.org/\n[contributors]: http://github.com/rstacruz/phoenix_expug/contributors\n\n[![](https://img.shields.io/github/followers/rstacruz.svg?style=social\u0026label=@rstacruz)](https://github.com/rstacruz) \u0026nbsp;\n[![](https://img.shields.io/twitter/follow/rstacruz.svg?style=social\u0026label=@rstacruz)](https://twitter.com/rstacruz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstacruz%2Fphoenix_expug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstacruz%2Fphoenix_expug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstacruz%2Fphoenix_expug/lists"}