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