EPS
1.0.0
EPS (Embedded PowerShell), inspired by ERB (see https://en.wikipedia.org/wiki/ERuby), is a templating language that embeds PowerShell code into a text document. It is conceptually and syntactically similar to ERB for Ruby or Twig (see http://twig.sensiolabs.org/) for PHP.
EPS can be used to generate any kind of text. The example below illustrates generating plain tex
EPS can be used to generate any kind of text. The example below illustrates generating plain tex
EPS (Embedded PowerShell), inspired by ERB (see https://en.wikipedia.org/wiki/ERuby), is a templating language that embeds PowerShell code into a text document. It is conceptually and syntactically similar to ERB for Ruby or Twig (see http://twig.sensiolabs.org/) for PHP.
EPS can be used to generate any kind of text. The example below illustrates generating plain text, but it could be used to generate HTML in a web application or PowerShell code as in the Forge Module generator (see https://github.com/dbroeglin/Forge.Module)
Show more
EPS can be used to generate any kind of text. The example below illustrates generating plain text, but it could be used to generate HTML in a web application or PowerShell code as in the Forge Module generator (see https://github.com/dbroeglin/Forge.Module)
Installation Options
Owners
Copyright
(c) 2014 Dave Wu. All rights reserved.
Package Details
Author(s)
- Dave Wu Dominique Broeglin
Tags
Functions
Dependencies
This module has no dependencies.
FileList
- EPS.nuspec
- Each.ps1
- EPS.psd1
- EPS.psm1
- Get-OrElse.ps1
- Invoke-EpsTemplate.ps1
- New-EpsTemplateScript.ps1