Filter By

Package Types

Operating System

Categories

Trust Information

By: | 449 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]@{}