Skip to main content

README.md

# CommandedAggregateless

Helpers for building aggregate-less Commanded workflows with validation, authorization, command
routing, and read-store queries.

## Installation

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

```elixir
def deps do
  [
    {:commanded_aggregateless, "~> 1.0"}
  ]
end
```

Documentation is published at <https://hexdocs.pm/commanded_aggregateless>.