Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sethetter/hello_elixir
Working through Études for Elixir - http://chimera.labs.oreilly.com/books/1234000001642/
https://github.com/sethetter/hello_elixir
Last synced: 12 days ago
JSON representation
Working through Études for Elixir - http://chimera.labs.oreilly.com/books/1234000001642/
- Host: GitHub
- URL: https://github.com/sethetter/hello_elixir
- Owner: sethetter
- Created: 2016-06-27T02:53:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T04:52:31.000Z (over 8 years ago)
- Last Synced: 2024-04-14T15:20:19.576Z (7 months ago)
- Language: Elixir
- Size: 80.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloElixir
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add hello_elixir to your list of dependencies in `mix.exs`:
def deps do
[{:hello_elixir, "~> 0.0.1"}]
end2. Ensure hello_elixir is started before your application:
def application do
[applications: [:hello_elixir]]
end