README.md

# Simplates 
[![Build Status](https://travis-ci.org/LawfulGood/simplates.svg?branch=master)](https://travis-ci.org/LawfulGood/simplates)
[![Coverage Status](https://coveralls.io/repos/github/LawfulGood/simplates/badge.svg?branch=master)](https://coveralls.io/github/LawfulGood/simplates?branch=master)

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `simplates` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:simplates, "~> 0.1.0"}]
    end
    ```

  2. Ensure `simplates` is started before your application:

    ```elixir
    def application do
      [applications: [:simplates]]
    end
    ```