Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How I learned to stop worrying and love Hex.pm

Darian Moody
February 24, 2016

How I learned to stop worrying and love Hex.pm

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

Darian Moody

February 24, 2016
Tweet

More Decks by Darian Moody

Other Decks in Programming

Transcript

  1. @djm_ NEUTRAL DOC PACKAGE • Implement `mix docs` • Generate

    HTML into /doc • Generate an index.html Must: