Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 799 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 799 Bytes

RealflightIntegration

TODO: Add description

Installation

If available in Hex, the package can be installed by adding realflight_integration to your list of dependencies in mix.exs:

def deps do
  [
    {:realflight_integration, "~> 0.1.0"}
  ]
end

You can find the latest version by using the Github release tag.

def deps do
  [
    {:realflight_integration, git: "https://github.com/copperpunk-elixir/realflight-integration.git", tag: "v0.1.1-alpha"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/realflight_integration.