Getting started
Commanded can be installed from hex as follows.
Add
commandedto your list of dependencies inmix.exs:def deps do [{:commanded, "~> 0.17"}] endFetch mix dependencies:
$ mix deps.getConfigure one of the supported event stores by following the “Choosing an Event Store” guide.
Starting the Commanded application
The commanded application is automatically started for you once added to your application dependencies in mix.exs.