Skip to content

Instantly share code, notes, and snippets.

@nathancyam
Last active December 6, 2023 06:09
Show Gist options
  • Save nathancyam/bff1ac304c68471f3b564b86cf50fe44 to your computer and use it in GitHub Desktop.
Save nathancyam/bff1ac304c68471f3b564b86cf50fe44 to your computer and use it in GitHub Desktop.
Elixir projectionist setup
{
"lib/*.ex": {
"alternate": "test/{}_test.exs",
"type": "source"
},
"test/*_test.exs": {
"alternate": "lib/{}.ex",
"type": "test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment