https://github.com/aristotelesbr/elixircode
sample application for estuding Elixir lang
https://github.com/aristotelesbr/elixircode
application elixir estuding
Last synced: 10 months ago
JSON representation
sample application for estuding Elixir lang
- Host: GitHub
- URL: https://github.com/aristotelesbr/elixircode
- Owner: aristotelesbr
- Created: 2017-01-08T12:41:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T12:43:03.000Z (over 9 years ago)
- Last Synced: 2025-03-13T23:38:29.213Z (over 1 year ago)
- Topics: application, elixir, estuding
- Language: Elixir
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- 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 as:
1. Add `identicon` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:identicon, "~> 0.1.0"}]
end
```
2. Ensure `identicon` is started before your application:
```elixir
def application do
[applications: [:identicon]]
end
```