Created
August 30, 2017 07:33
-
-
Save steve0hh/0013eef2546c75f44e097c2962db198a to your computer and use it in GitHub Desktop.
Projectionist collection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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