Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backpackerhh/elixir-course-identicon
The Complete Elixir and Phoenix Bootcamp - App 2
https://github.com/backpackerhh/elixir-course-identicon
Last synced: 4 days ago
JSON representation
The Complete Elixir and Phoenix Bootcamp - App 2
- Host: GitHub
- URL: https://github.com/backpackerhh/elixir-course-identicon
- Owner: backpackerhh
- Created: 2021-06-19T12:04:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T12:04:33.000Z (over 3 years ago)
- Last Synced: 2024-10-09T07:41:29.753Z (about 1 month ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Identicon
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `identicon` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:identicon, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/identicon](https://hexdocs.pm/identicon).