0.1.0 • Published 15 days ago

broodlord v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
15 days ago

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
Parameter / Request / Response
  • nullable
  • is_array
  • is_map
  • is_enum
  • is_model
  • key_type
  • type

Config

0.1.0

15 days ago

0.0.8

4 months ago

0.0.7

6 months ago

0.0.6

8 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago