IceCream

This is a port of the IceCream python package

Installation

The package can be installed by adding ice_cream to your list of dependencies in mix.exs:

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

The docs can be found at https://hexdocs.pm/ice_cream.