Packages

An EEx engine optimized for preformatted text

Current section

Files

Jump to
preex README.md
Raw

README.md

# PrEEx
An EEx engine that makes it easier to work with preformatted text.
## Documentation
See [HexDocs](https://hexdocs.pm/preex) for complete documentation.
## Installation
The package can be installed by adding `preex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:preex, "~> 0.1.0"}
]
end
```