Skip to content

Instantly share code, notes, and snippets.

@abadongutierrez
Last active January 2, 2018 07:17
Show Gist options
  • Save abadongutierrez/b2659bc9f9dae1abf1ee1752f6c9b0ad to your computer and use it in GitHub Desktop.
Save abadongutierrez/b2659bc9f9dae1abf1ee1752f6c9b0ad to your computer and use it in GitHub Desktop.
Mix cheatsheet

To create new projects:

mix new kv

mix new kv --module KV

To load iex with mix project files:

mix -S iex

To recompile

mix> recompile()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment