Skip to content

kbrw/exz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exz

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

Installation

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.

About

Macro for HTML templating. See JSXZ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published