Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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"}]
end

2. Ensure hello_elixir is started before your application:

def application do
[applications: [:hello_elixir]]
end