dcarrigg
By:
|
0 downloads
|
Last Updated: 1/24/2024
|
Latest Version: 0.0.6-alpha
Binary Written in PowerShell. Convert PowerShell scripts into .NET Applications/executables. See the [Read Me](https://github.com/d-carrigg/BinWips) for full usage and examples. ### Quickstart `powershell Install-Module -Name BinWips -AllowPrerelease New-BinWips -ScriptBlock { Write-Host "Hello, World!" } -OutFile .\HelloWorld.exe .\He... More info |