Skip to content

megaboich/PowerShellViewEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PowerShellViewEngine

Simple view engine for PowerShell, supports ASP-like formatting

To try it out, just run the test.ps1

Sample of view template:

<% RenderView "header.html" $Model %>

<div class="test">
	<ul>
		 <% foreach($client in $Model.Clients) {%>
			<li>
				<% $client %>
			</li>
		<%}%>
	</ul>
</div>

Full story of this module you can find in my blog: https://olekboiko.com/posts/2012-08-06-PowerShell-View-Engine-Asp-style/

About

Simple view engine for PowerShell, supports ASP-like formatting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •