README.md

# CMS

[![Package](https://img.shields.io/badge/-Package-important)](https://hex.pm/packages/cms) [![Documentation](https://img.shields.io/badge/-Documentation-blueviolet)](https://hexdocs.pm/cms)

For fetching data from any headless CMS with an ETS cache for lightning fast response times.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `cms` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:cms, "~> 0.5.0"}
  ]
end
```

## Usage

TODO