{"id":21727137,"url":"https://github.com/s0kil/plug_minify_html","last_synced_at":"2025-06-28T18:06:46.981Z","repository":{"id":53833555,"uuid":"242596216","full_name":"s0kil/plug_minify_html","owner":"s0kil","description":"A Plug that minifies HTML response body","archived":false,"fork":false,"pushed_at":"2020-02-23T22:34:54.000Z","size":6,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-21T01:56:22.579Z","etag":null,"topics":["elixir","elixir-plug","floki","html-minifier","phoenix","phoenix-framework"],"latest_commit_sha":null,"homepage":null,"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/s0kil.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}},"created_at":"2020-02-23T21:50:17.000Z","updated_at":"2024-10-09T08:42:32.000Z","dependencies_parsed_at":"2022-08-21T22:40:42.055Z","dependency_job_id":null,"html_url":"https://github.com/s0kil/plug_minify_html","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s0kil/plug_minify_html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0kil%2Fplug_minify_html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0kil%2Fplug_minify_html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0kil%2Fplug_minify_html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0kil%2Fplug_minify_html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s0kil","download_url":"https://codeload.github.com/s0kil/plug_minify_html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0kil%2Fplug_minify_html/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262473886,"owners_count":23316897,"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","elixir-plug","floki","html-minifier","phoenix","phoenix-framework"],"created_at":"2024-11-26T03:48:06.590Z","updated_at":"2025-06-28T18:06:46.956Z","avatar_url":"https://github.com/s0kil.png","language":"Elixir","readme":"# PlugMinifyHtml\n\n**A Plug that minifies HTML response body**\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `plug_minify_html` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:plug_minify_html, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\n# Simple\nplug PlugMinifyHtml\n\n\n# Browser Pipeline\npipeline :browser do\n  plug :accepts, [\"html\"]\n  plug :fetch_session\n  plug :fetch_flash\n  plug :protect_from_forgery\n  plug :put_secure_browser_headers\n  plug PlugMinifyHtml\nend\n```\n\n### Resurrection Of [minify_response](https://github.com/gravityblast/minify_response)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs0kil%2Fplug_minify_html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs0kil%2Fplug_minify_html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs0kil%2Fplug_minify_html/lists"}