Skip to content

tonyhammond/ex_mples

Repository files navigation

Elixir Examples

Elixir examples used in Medium.com posts.

(Project name ex_mples can be read as Elixir – Medium post listing examples.)

medium-posts-no-tags.png

Posts | 2019

Posts | 2018

Installation

To include any of these projects into your own project you can add a git: dependency such as the following, e.g. for test_query:

  defp deps do
    [
      {:test_query, git: "https://github.com/tonyhammond/ex_mples.git", sparse: "test_query"}
    ]
  end

Or alternately you can add the slightly shorter github: dependency form:

  defp deps do
    [
      {:test_query, github: "tonyhammond/ex_mples", sparse: "test_query"}
    ]
  end

Releases

No releases published

Packages

No packages published