Skip to content

Local, application-level PubSub API for dispatching side effects

License

Notifications You must be signed in to change notification settings

sketch-hq/trolleybus

Repository files navigation

Trolleybus

CI Hex.pm Documentation

Local, application-level PubSub API for dispatching side effects.

Full documentation can be found on Hex.

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

Clone the repo and fetch its dependencies:

git clone https://github.com/sketch-hq/trolleybus.git
cd trolleybus
mix deps.get
mix test

License

Elixir source code is released under MIT License.

Check LICENSE file for more information.

About

Local, application-level PubSub API for dispatching side effects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages