Current section
Files
Jump to
Current section
Files
html_minifier
README.md
README.md
# HtmlMinifier
[](https://github.com/gsmlg-dev/ex_html_minifier/actions/workflows/elixir_ci.yml)
[](https://hex.pm/packages/html_minifier)
[](https://hexdocs.pm/html_minifier/)
[](https://hex.pm/packages/html_minifier)
[](https://hex.pm/packages/html_minifier)
## Installation
The package can be installed
by adding `html_minifier` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:html_minifier, "~> 0.1.1"}
]
end
```