/generamba-catalog

Generamba templates catalog

Primary LanguageLiquid

Generamba Catalog

Catalog of Generamba templates.

How to use

  1. Install Generamba
  2. Run generamba setup in the project root folder for crate Rambafile
  3. Update Rambafile catalogs and templates list:
### Templates
catalogs:
- 'https://github.com/viveron/generamba-catalog'
templates:
- {name: [TEMPLATE_NAME]}
  1. Run generamba template install for obtain templates
  2. Run generamba gen [MODULE_NAME] [TEMPLATE_NAME] --module_path [PATH] to generate template module at specific path if you use the same paths both in the filesystem and Xcode

Info

If have some trouble with module generation see #203 and that may be helpful.