Skip to content

Powershell functions to ease the creation of CSharp files

License

Notifications You must be signed in to change notification settings

ergo3114/PSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSharp

Powershell functions to ease the creation of C# files

Synopsis

Powershell commands to manipulate .cs files

Code Example

New-PSharp -Path <path> -FileName <filename>
New-PSharp -Path <path> -FileName <filename> -Overwrite
New-PSharp -Path <path> -FileName <filename> -Using System.Windows.Forms
Update-PSharp -Path <path> -FileName <filename> -UpdateString <NewClassName> -UpdateSection 'Class'

Branches

master

Build status

dev

Build status

Motivation

I love PowerShell and wanted a way to manipulate my .cs files.

Installation

  1. Import the module into PowerShell
Import-Module <PathTo.psm1>

About

Powershell functions to ease the creation of CSharp files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published