LaurentDardenne / ConvertForm

Powershell module for converting a Winform file (xxx.Designer.cs) to a PowerShell script .ps1. Old Codeplex project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inactively Maintained

ConvertForm

Logo

Powershell module for converting a Winform file (xxx.Designer.cs) to a PowerShell script .ps1

To install this module :

$PSGalleryPublishUri = 'https://www.myget.org/F/ottomatt/api/v2/package'
$PSGallerySourceUri = 'https://www.myget.org/F/ottomatt/api/v2'

Register-PSRepository -Name OttoMatt -SourceLocation $PSGallerySourceUri -PublishLocation $PSGalleryPublishUri #-InstallationPolicy Trusted
Install-Module ConvertForm -Repository OttoMatt

About

Powershell module for converting a Winform file (xxx.Designer.cs) to a PowerShell script .ps1. Old Codeplex project


Languages

Language:PowerShell 55.9%Language:C# 40.3%Language:HTML 3.5%Language:ASP.NET 0.2%