Skip to content

dumpvn/New-PoshScriptProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New-PoshScriptProject

New powershell script project

$Parms = @{
    Path = "C:\workspace\New-PoshScriptProject\Source\New-PoshScriptProject.ps1"
    Version = "0.1"
    Author = "[email protected]"
    Description = "Powershell Script Project"
    CompanyName = "PhucNguyen"
    ProjectUri = "https://github.com/dumpvn/New-PoshScriptProject"
    LicenseUri = "https://raw.githubusercontent.com/dumpvn/New-PoshScriptProject/main/LICENSE"
}
New-ScriptFileInfo @Parms
Get-Content -Path C:\workspace\New-PoshScriptProject\Source\New-PoshScriptProject.ps1

About

New powershell script project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published