Filter By

Package Types

Operating System

Categories

Trust Information

By: | 129,239 downloads | Last Updated: 2/4/2021 | Latest Version: 0.1.10

A Powershell implementation of Mustache based on Stubble

By: | 2,736 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: | 316 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]@{}