/mix_install_examples

A collection of simple Elixir scripts that are using Mix.install/2

Primary LanguageElixir

MixInstallExamples

A collection of simple Elixir scripts that are using Mix.install/2. (Requires Elixir v1.12+)

Usage

$ git clone https://github.com/wojtekmach/mix_install_examples.git
$ cd mix_install_examples
$ elixir benchee.exs
# Resolving Hex dependencies...
# ...
Benchmarking flat_map...
Benchmarking map.flatten...