README.md
# Pile
Pile is a simple library for representing HTML in Elixir.
The API is a single function `Pile.to_html()` that takes a tuple (or a list of tuples) and converts it to an HTML string.
It is currently used to generate HTML for my [website](https://github.com/eze-works/eze.works).
- [Package on hex.pm](https://hex.pm/packages/pile)
- [Documentation](https://hexdocs.pm/pile/api-reference.html)