Skip to content

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

Notifications You must be signed in to change notification settings

LaurentDardenne/ConvertForm

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published