README.md

# Reorderex

[![Build Status](https://travis-ci.com/cinoss/reorderex.svg?branch=master)](https://travis-ci.com/cinoss/reorderex)
[![hex.pm version](https://img.shields.io/hexpm/v/reorderex.svg)](https://hex.pm/packages/reorderex) [![hex.pm downloads](https://img.shields.io/hexpm/dt/reorderex.svg)](https://hex.pm/packages/reorderex)

An elixir helper library for database list reordering functionality.

## Installation

The package can be installed by adding `reorderex` to your list of dependencies in `mix.exs`:

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

The docs can be found at [https://hexdocs.pm/reorderex](https://hexdocs.pm/reorderex).