You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to take a moment and say that when I went searching for templating in PowerShell, this was at the top of the search results. And after looking through the examples and ReadMe, it seems to be a really nice templating DSL. I'm working on porting a JavaScript library, which is making use of handlebars templates, and I'm considering (strongly) taking a dependency on this to achieve a similar effect! Thanks for making this!
I don't see that there is any support for "partial templates". It would be nice to be able to split up larger templates, especially those which may contain conditional or repetitive sections, into several smaller templates, and have a "master" template reference the partial templates.
(P.S. I know this repo hasn't been updated in a while, so I'm just opening this request so it has visibility. Depending on my time and my project requirements, this may be something I could look into adding—no promises—but, in case anyone else is so inclined, here's the request 😉 )
The text was updated successfully, but these errors were encountered:
I just want to take a moment and say that when I went searching for templating in PowerShell, this was at the top of the search results. And after looking through the examples and ReadMe, it seems to be a really nice templating DSL. I'm working on porting a JavaScript library, which is making use of handlebars templates, and I'm considering (strongly) taking a dependency on this to achieve a similar effect! Thanks for making this!
I don't see that there is any support for "partial templates". It would be nice to be able to split up larger templates, especially those which may contain conditional or repetitive sections, into several smaller templates, and have a "master" template reference the partial templates.
(P.S. I know this repo hasn't been updated in a while, so I'm just opening this request so it has visibility. Depending on my time and my project requirements, this may be something I could look into adding—no promises—but, in case anyone else is so inclined, here's the request 😉 )
The text was updated successfully, but these errors were encountered: