https://github.com/devdrops/codeschool-try-elixir
These are my practices from the exercises of the recently released Try Elixir course.
https://github.com/devdrops/codeschool-try-elixir
Last synced: 3 months ago
JSON representation
These are my practices from the exercises of the recently released Try Elixir course.
- Host: GitHub
- URL: https://github.com/devdrops/codeschool-try-elixir
- Owner: devdrops
- Created: 2017-02-23T01:33:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T04:16:08.000Z (over 8 years ago)
- Last Synced: 2025-02-05T20:31:15.496Z (5 months ago)
- Language: Elixir
- Homepage: http://campus.codeschool.com/courses/try-elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code School Try Elixir Course
These are my practices from the exercises of the recently released [Try Elixir](http://campus.codeschool.com/courses/try-elixir) course.
To run all the exercises, I'm using Docker's [elixir](https://hub.docker.com/_/elixir/) official image :shipit:
```
docker run -it --rm -v $(pwd):/test -w /test elixir elixir path/to/my/file.exs
```