Contributing

Build:

mix compile

Test:

mix test
MIX_ENV=test mix deps.get
mix test

Format code:

mix format

Generate docs:

mix docs

Publish:

mix hex.publish
mix hex.publish docs

This project uses the Contributor Covenant version 2.1. Check CODE_OF_CONDUCT.md for more information.