Local, application-level PubSub API for dispatching side effects.
Full documentation can be found on Hex.
The package can be installed by adding trolleybus
to your list of
dependencies in mix.exs
:
def deps do
[
{:trolleybus, "~> 0.1.0"}
]
end
Clone the repo and fetch its dependencies:
git clone https://github.com/sketch-hq/trolleybus.git
cd trolleybus
mix deps.get
mix test
Elixir source code is released under MIT License.
Check LICENSE file for more information.