bart-g / TableViewModuleTemplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Simple Architecture

TableView Module Template

Template for creating Super Simple table view module with cookiecutter

Usage

  1. Install cookiecutter:

    $ brew install cookiecutter

  2. Change directory to modules directory in your project

  3. 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

  4. Enter module's name:

    module_name [ModuleName]: MyFunnyModule
    
  5. Add module folder to your Xcode project.

About


Languages

Language:Swift 100.0%