LukeMoody01 / mason_bricks

A collection of bricks that enable developers to be more productive when writing code.
MIT License
109 stars 43 forks source link

feat: New brick - models_bundle #23

Closed LukeMoody01 closed 2 years ago

LukeMoody01 commented 2 years ago

Brick

Description

As a developer/user, I want a models_bundle brick, so that we can generate multiple models at the same time.

Use case: When we are creating a new project/feature, we can define the known models and accelerate the development instead of running the model brick multiple times

Desired Solution

Create a new brick called models_bundle This brick will mainly wrap the existing model brick, and loop through the models in the config

Alternatives Considered

N/A

Additional Context

N/A