https://github.com/robphoenix/etudes-for-elixir
Études for Elixir: Companion Exercises for Introducing Elixir
https://github.com/robphoenix/etudes-for-elixir
Last synced: 13 days ago
JSON representation
Études for Elixir: Companion Exercises for Introducing Elixir
- Host: GitHub
- URL: https://github.com/robphoenix/etudes-for-elixir
- Owner: robphoenix
- Created: 2015-11-09T16:44:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T16:51:36.000Z (over 10 years ago)
- Last Synced: 2024-12-06T22:43:49.613Z (over 1 year ago)
- Language: Elixir
- Homepage: http://chimera.labs.oreilly.com/books/1234000001642/index.html
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Etudes for Elixir
Études for Elixir: Companion Exercises for Introducing Elixir
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add etudes to your list of dependencies in `mix.exs`:
def deps do
[{:etudes, "~> 0.0.1"}]
end
2. Ensure etudes is started before your application:
def application do
[applications: [:etudes]]
end