Template for creating Super Simple table view module with cookiecutter
-
Install cookiecutter:
$ brew install cookiecutter
-
Change directory to modules directory in your project
-
For the first time run:
$ cookiecutter git+https://github.com/bart-g/TableViewModuleTemplate
to create the module and local module template. Since then you can just simply run:
$ cookiecutter TableViewModuleTemplate
-
Enter module's name:
module_name [ModuleName]: MyFunnyModule
-
Add module folder to your Xcode project.