README.md

# IceCream

This is a port of the [IceCream python package](https://github.com/gruns/icecream)

## Installation

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

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

The docs can be found at [https://hexdocs.pm/ice_cream](https://hexdocs.pm/ice_cream).