Setup
Simplest
When you install Elixir, you will have three new executables: iex
, elixir
and elixirc
Asdf
Basic Usage
Simplest
simple.exs
elixir simple.exs
Boilerplate
Usage
Can use the interactive prompt to test all the modules
Tricks
Must restart server when you move/rename files or err
Format
Hex package Manager
To install hex if not installed
Dependencies
mix.exs configures the project and had dips
project has project config like name & version
application is used to generate app file
private deps is invoked from project and has reps
Last updated