JsxZ like library in Elixir.
Use the same JS parser as JSXZ in a port (htmlparser2+css-select for HTML parser and available CSS selectors).
Work in progress, not production ready : yet to be documented and better tested
If available in Hex, the package can be installed
by adding exz
to your list of dependencies in mix.exs
:
def deps do
[
{:exz, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exz.