Skip to content

Instantly share code, notes, and snippets.

@oszydlowski
Created December 12, 2018 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oszydlowski/75d1cd39905aebb25bcf7eba32a501f7 to your computer and use it in GitHub Desktop.
Save oszydlowski/75d1cd39905aebb25bcf7eba32a501f7 to your computer and use it in GitHub Desktop.
{
"name": "clean_module",
"steps": [
{
"template": "connector.stencil",
"file_name": "{{module_name}}Connector.swift",
"group": "{{connectors_path}}",
"target": "{{main_target}}"
},
{
"template": "presenter.stencil",
"file_name": "{{module_name}}Presenter.swift",
"group": "{{presenters_path}}",
"target": "{{main_target}}"
},
{
"template": "view_controller.stencil",
"file_name": "{{module_name}}ViewController.swift",
"group": "{{view_controllers_path}}",
"target": "{{main_target}}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment