README.md
# DbSeeds
Elixir library to manage Database Seeds.
Inspired by [PhilColumns](https://github.com/midas/phil_columns).
## Installation
DbSeeds is [available in Hex](https://hex.pm/docs/db_seeds.html), the package can be installed
by adding `db_seeds` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:db_seeds, "~> 0.1.0"}
]
end
```