Skip to content

Instantly share code, notes, and snippets.

@rodesousa
Last active June 26, 2019 16:25
Show Gist options
  • Save rodesousa/42acf24e42266ead4bc693b2ae41dcaf to your computer and use it in GitHub Desktop.
Save rodesousa/42acf24e42266ead4bc693b2ae41dcaf to your computer and use it in GitHub Desktop.
some mix command. elixir

mix

  • mix new hello_world
  • mix phx.new hello

mix phoenix.start run phoenix in elixir shell


  • mix ecto.create
  • mix phx.server
  • iex -S mix phx.server
  • mix etco.gen.migration add_topics
  • mix ecto.migrate
  • mix archive.uninstall phx_new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment