Skip to content

The repo used as support for the talk Documentation in Elixir, Elixir Montreal June 2018

Notifications You must be signed in to change notification settings

tclain/elixir-doc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElixirDoc

TODO: Add description

Installation

  1. Add elixirDoc to your list of dependencies in mix.exs:

    def deps do [{:elixirDoc, "~> 0.0.1"}] end

  2. Ensure elixirDoc is started before your application:

    def application do [applications: [:elixirDoc]] end

About

The repo used as support for the talk Documentation in Elixir, Elixir Montreal June 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages