broodlord
v0.1.5
Published
TS codegen
Downloads
54
Readme
Overview
Broodlord is a lightweight MVC code rendering engine based on typescript. Render templates into code or documents through the simply defined Liquid template engine; json or yaml can also be generated based on AST. Broodlord's customization ability can make you not bound by any code generator and perfectly adapt to your own project.
Template Structure
Main
Templates
- Template
Specials
- Template
Template
- Constants (In progress)
- Enums
- Models
- Parameters
- Controllers
- Actions
- Requests
- Responses
- Actions
Parameter / Request / Response
- nullable
- is_array
- is_map
- is_enum
- is_model
- key_type
- type
