An open API service indexing awesome lists of open source software.

https://github.com/dumpvn/New-PoshScriptProject

New powershell script project
https://github.com/dumpvn/New-PoshScriptProject

Last synced: 5 months ago
JSON representation

New powershell script project

Awesome Lists containing this project

README

        

# New-PoshScriptProject
New powershell script project

```powershell
$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
```