Skip to content

Instantly share code, notes, and snippets.

@zaid
Created February 5, 2021 22:28
Show Gist options
  • Save zaid/aa9bf7e3ae9eb57e79399f48e7363fd8 to your computer and use it in GitHub Desktop.
Save zaid/aa9bf7e3ae9eb57e79399f48e7363fd8 to your computer and use it in GitHub Desktop.
Elixir projections
{
"lib/*.ex": {
"alternate": "test/{}_test.exs",
"type": "source"
},
"test/*_test.exs": {
"alternate": "lib/{}.ex",
"make": "mix test {file}",
"type": "test"
},
"mix.exs": {
"alternate": "mix.lock",
"type": "mix"
},
"mix.lock": {
"alternate": "mix.exs"
},
"*": {
"console": "iex -S mix"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment