View Source Filtering & Mapping Data

getting-started

Getting started

Mix.install([{:matcha, github: "christhekeele/matcha", tag: "stable"}], force: true)
IO.puts("Installed matcha version: #{Application.spec(:matcha, :vsn)}")
require Matcha
spec =
  Matcha.spec do
    {x, y, z} -> {x, y, z}
  end