TODO: Add description
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.