- Clone this repo
- Install the dependencies with
mix deps.get
- Open IEX with
iex -S mix
- Run
Identicon.generate_identicon "Name or nickname here"
- Check the project root, you'll see a file names
Name or nickname here.png
there.
- Run
mix docs
- Run
mix test