Filter By
Displaying results 1 - 1 of 1 (Page 1 of 1)
By:
|
459 downloads
|
Last Updated: 3/17/2019
|
Latest Version: 0.1.1
Gainz: Resolve-Stache A module for simple string templates using the the mustache var replacement syntax. Resolve-Stache "Hello, {{ Person }}" -Model [PsCustomObject]@{ Person = "World" } Resolve-Stache "Hello, {{ Env:UserName }}" -Model [PsCustomObject]@{} |