jorgwel / introducing_elixir_book_code

Playing with code of book Introducint Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntroducingElixirBookExampleCode

TODO: Add description

Installation

If available in Hex, the package can be installed as:

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

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

  2. Ensure introducing_elixir_book_example_code is started before your application:

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

About

Playing with code of book Introducint Elixir


Languages

Language:Elixir 100.0%