Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 876 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 876 Bytes

IslandsEngine

GitHub CI Coverage Status Last Updated

Islands engine from Functional Web Development with Elixir, OTP, and Phoenix

Installation

The package can be installed by adding islands_engine to your list of dependencies in mix.exs:

def deps do
  [
    {:islands_engine, git: "https://github.com/eskil/islands_engine.git"}
  ]
end