README.md

# Crudry

Crudry is a library for DRYing CRUD.

The library was made with Phoenix contexts in mind, using Ecto.Repo as the repository.

Documentation can be found at [https://hexdocs.pm/crudry](https://hexdocs.pm/crudry).

## Installation

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

```elixir
def deps do
  [
    {:crudry, "~> 0.1.1"}
  ]
end
```