Skip to content

Instantly share code, notes, and snippets.

@steve0hh
Created August 30, 2017 07:33
Show Gist options
  • Save steve0hh/0013eef2546c75f44e097c2962db198a to your computer and use it in GitHub Desktop.
Save steve0hh/0013eef2546c75f44e097c2962db198a to your computer and use it in GitHub Desktop.
Projectionist collection
{
"README.md": {"type": "doc"},
"lib/PROJECTNAME_web/router.ex": {"type": "route"},
"lib/PROJECTNAME/**.ex": {"type": "context"},
"lib/PROJECTNAME_web/controllers/*.ex": {"type": "controller"},
"lib/PROJECTNAME_web/views/*.ex": {"type": "view"},
"lib/PROJECTNAME_web/templates/*.html.eex": {"type": "template"},
"lib/PROJECTNAME/*.ex": {"alternate": "test/PROJECTNAME/{}_test.exs"},
"test/PROJECTNAME/*_test.exs": {"alternate": "lib/PROJECTNAME/{}.ex"},
"lib/PROJECTNAME_web/*.ex": {"alternate": "test/PROJECTNAME_web/{}_test.exs"},
"test/PROJECTNAME_web/*_test.exs": {"alternate": "lib/PROJECTNAME_web/{}.ex"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment