Filter By
Displaying results 1 - 3 of 3 (Page 1 of 1)
By:
|
151,437 downloads
|
Last Updated: 2/4/2021
|
Latest Version: 0.1.10
A Powershell implementation of Mustache based on Stubble |
By:
|
6,726 downloads
|
Last Updated: 10/5/2022
|
Latest Version: 1.3.2
PSMustache is an implementation of the Mustache template system purely in PowerShell without any external dependencies. |
By:
|
327 downloads
|
Last Updated: 3/23/2019
|
Latest Version: 0.1.0
# Gz-ResolveTemplate A module for simple/light weight string templates using the the mustache var replacement syntax. Resolve-GzTemplate "Hello, {{ Person }}" -Model [PsCustomObject]@{ Person = "World" } Resolve-GzTemplate "Hello, {{ Env:UserName }}" -Model [PsCustomObject]@{} |