Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 964 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 964 Bytes

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.