README.md

# EtsAl

[![Hex.pm](https://img.shields.io/hexpm/v/ets_al.svg)](https://hex.pm/packages/ets_al)

ETS abstraction layer and assets keeper.

## Installation

```elixir
def deps do
  [
    {:ets_al, "~> 0.1.2"}
  ]
end
```

## Usage

Start the EtsAl.Keeper under your supervision tree in the right place to keep your ETS assets.

```elixir
require EtsAl.Keeper
```

Alternatively you can use EtsAl.Behaviour in your module as a boilerplate for your ETS operations engine.

## TODO

Add examples to the docs.
Expand docs.

## License

MIT.