https://github.com/luissimas/elixir_in_action
Exercises and projects developed while reading the book Elixir i
https://github.com/luissimas/elixir_in_action
Last synced: 3 months ago
JSON representation
Exercises and projects developed while reading the book Elixir i
- Host: GitHub
- URL: https://github.com/luissimas/elixir_in_action
- Owner: luissimas
- Created: 2022-10-30T17:06:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T22:21:10.000Z (over 2 years ago)
- Last Synced: 2025-01-02T07:43:29.080Z (5 months ago)
- Language: Elixir
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `todo` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:todo, "~> 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 .