Stephanevg / PSHTML

Cross platform Powershell module to generate HTML markup language
https://pshtml.readthedocs.io/en/latest/
Other
168 stars 43 forks source link

Add Asset Factory #188

Closed Stephanevg closed 5 years ago

Stephanevg commented 5 years ago

To support the new structure of the Configuration part of PSHTML, and to keep things 'smart' and benefit from Polymorphism, we will add a Asset Factory to create the right objects types on the fly during run time.

The Configuration refactoring is tracked Here

Stephanevg commented 5 years ago

Implementation Concept

20190119_222436

Stephanevg commented 5 years ago

Implemented in version 0.7.4:

Final Implementation Diagram