Skip to content

Templates for creating a module or workflow using the Hero architecture

License

Notifications You must be signed in to change notification settings

fluidmobile/heroTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeroTemplates

Introduction

These are the templates to generate a module following the Hero architecture.

Specify the template by name in your Rambafile and run generamba template install to install the template.

The HeroModule generates the following directories and classes:

  • view
    • ViewController
    • View
  • coordinator
    • Coordinator
  • router
    • Router
  • useCase
    • Usecase

Usage

Just add the following lines to your Rambafile:

# a shared template catalog
catalogs:
- 'https://github.com/fluidmobile/heroTemplates'

# add template by name
templates:
- {name: HeroModule}

About

Templates for creating a module or workflow using the Hero architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages