https://github.com/jaythomas/elixir-identicon
Generate github-style identicons in elixir
https://github.com/jaythomas/elixir-identicon
Last synced: about 2 months ago
JSON representation
Generate github-style identicons in elixir
- Host: GitHub
- URL: https://github.com/jaythomas/elixir-identicon
- Owner: jaythomas
- License: gpl-3.0
- Created: 2018-05-24T02:45:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T02:52:46.000Z (about 8 years ago)
- Last Synced: 2025-03-22T13:43:51.442Z (about 1 year ago)
- Language: Elixir
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Identicon
Generate github-style identicons
## Up and going
In the root folder, run:
```sh
# Install dependencies
mix deps.get
# Launch iex interactive with the hex loaded
iex -S mix
```
Once in, generate an identicon file by giving it a name:
```elixir
Identicon.main("erlang")
```
Which will output a png file in the root named "erlang.png".
And that's it! Have fun.