Cake addin for creating self-contained single binary applications using warp
#addin nuget:?package=Cake.Warp&version=0.4.0
        
    
dotnet add package Cake.Warp --version 0.4.0
        
    
<PackageReference Include="Cake.Warp" Version="0.4.0" />
        
    Aliases
Runs the warp binary (embedded in addin) to create a stand-alone packed binary for supported platforms.
In order to use the commands for this addin, you will need to include the following in your cake script.
#addin nuget:?package=Cake.Warp&version=0.1.0
            General
| 
                                
                                
Warp | 
                            Runs the warp packer binary on the specified inputDirectory, and outputs the resulting packed binary to outputFilePath. | 
| 
                                
                                
Warp | 
                            Runs the warp packer binary with the specified settings. | 
