Homework for this week is to finish going through the Getting Started tutorial. This includes the "Mix and OTP" and "Meta-programming in Elixir" sections. Put any questions or challenges on the Slack channel. This may take a while, so start early. That way, if it doesn't look like we can make it through in two weeks, adjustments to the schedule can be made.
Note: The title header at the top, as well as everything below this sentence was generated by the original "mix" command.
TODO: Add description
If available in Hex, the package can be installed as:
-
Add elixirFirstSteps to your list of dependencies in
mix.exs
:def deps do [{:elixirFirstSteps, "~> 0.0.1"}] end
-
Ensure elixirFirstSteps is started before your application:
def application do [applications: [:elixirFirstSteps]] end