Elixir/Erlang daily helpers and learning playground.
NOTE: mainly used as archive and global utils in .iex.exs, no other dependecies required except elixir!!
export MIX_DEBUG=1
mix h.hc https://api.github.com/repos/elixir-lang/elixir
# in mix.exs project/0
archives: [{:ehelper, "~> 0.2"}]
mix archive.install hex ehelper --force
mix h
mix local
## locally install or update
mix up