Gz-ResolveTemplate

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

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Gz-ResolveTemplate

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Gz-ResolveTemplate

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018-2019 Nerdy Mishka. All rights reserved.

Package Details

Author(s)

  • Nerdy Mishka Michael Herndon

Tags

Template Resolve-Template Resolve Mustache Mac Linux DevOps Gz Gainz NerdyMishka

Functions

Resolve-GzTemplate

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes


0.1.1 - Renaming to Gz-ResolveStache
0.1.0 - Early Release

Currently supports replacing values with a PsCustomObject model and Env variables.
     

FileList

Version History

Version Downloads Last updated
0.1.0 (current version) 316 3/23/2019