Gainz-ResolveStache

0.1.0


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

Installation Options

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

Install-Module -Name Gainz-ResolveStache -RequiredVersion 0.1.0

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

Install-PSResource -Name Gainz-ResolveStache -Version 0.1.0

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 Nerdy Mishka. All rights reserved.

Package Details

Author(s)

  • Nerdy Mishka Michael Herndon

Tags

String-Template Template Resolve-Stache DevOps Gainz NerdyMishka

Functions

Resolve-Stache

Dependencies

This module has no dependencies.

Release Notes


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.1 403 3/17/2019
0.1.0 (current version) 46 10/28/2018