README.md

# DepMulti

**TODO: Add description**

## Installation

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

```elixir
def deps do
  [
    {:dep_multi, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/dep_multi](https://hexdocs.pm/dep_multi).

[Syntax Inspiration - Ecto.Multi](https://hexdocs.pm/ecto/Ecto.Multi.html)
[Supervsor Strategy](https://www.thegreatcodeadventure.com/how-we-used-elixirs-genservers-dynamic-supervisors-to-build-concurrent-fault-tolerant-workflows/)