Helpers for building aggregate-less Commanded workflows with validation, authorization, command routing, and read-store queries.
The package can be installed by adding commanded_aggregateless to your list of dependencies in
mix.exs:
def deps do
[
{:commanded_aggregateless, "~> 1.0"}
]
endDocumentation is published at https://hexdocs.pm/commanded_aggregateless.