Publishing a package in the Elixir ecosystem is simple and this talk is designed to showcase that - to rid you of any worry that packaging your project will be a time sink.
It covers:
* What is Hex.pm?
* The minimum steps required to make an Elixir package ready
* The publishing step
* Generating docs with ex_doc and pushing them to Hexdocs
* Some extra Hex, docs & packaging related tips