Avrolixr
Wrapper around erlavro library for Elixir.
Installation
Available in Hex, the package can be installed as:
-
Add
avrolixrto your list of dependencies inmix.exs:
```elixir
def deps do
[{:avrolixr, "~> 0.1.0"}]
end
```-
Ensure
avrolixris started before your application:
```elixir
def application do
[applications: [:avrolixr]]
end
```Usage
TODO
Tests
TODO
Development
TODO
Contributing
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.
Release Process
- 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.
License
The gem is available as open source under the terms of the MIT License.