README.md

# AshFlow

Ash.Flow is a "soft deprecated" tool for composing workflows with your Ash Framework resources. Ash.Flow will be supported for the foreseeable future, but we are working to replace it with `Reactor`, and an accompanying extension, `Ash.Reactor`.

## Installation

Add `ash_flow` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ash_flow, "~> 0.1.1-rc.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/ash_flow>.