Wrapper around erlavro library for Elixir.
Available in Hex, the package can be installed as:
- Add
avrolixr
to your list of dependencies inmix.exs
:
```elixir
def deps do
[
{:avrolixr, "~> 0.1.0"},
{:erlavro, git: "https://github.com/avvo/erlavro"},
]
end
```
- Ensure
avrolixr
is started before your application:
```elixir
def application do
[applications: [:avrolixr, :erlavro]]
end
```
TODO
TODO
TODO
Bug reports and pull requests are welcome on GitHub at https://github.com/avvo/avrolixr. Please update the CHANGELOG unreleased section with your changes. Please do not update version file in pull request.
- The version.rb file should only ever be updated in master, don't update it in your branch.
- Once changes have been merged to master:
- Update CHANGELOG.md and version.rb file with new version. Commit as "Bump version".
- Run
mix hex.publish
, which will push to hex.pm.
The gem is available as open source under the terms of the MIT License.