Cake.Electron.Net
1.1.0
Cake AddIn that extends Cake with Electron.NET
Install-Package Cake.Electron.Net -Version 1.1.0
dotnet add package Cake.Electron.Net --version 1.1.0
<PackageReference Include="Cake.Electron.Net" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cake.Electron.Net --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CLI commands updated according to Electron.NET CLI v7.30.2:
-
Different manifest file support ElectronNET/Electron.NET#340
- Create an additional manifest file:
electronize init /manifest test
- Start the app with your additional manifest file:
electronize start /manifest electron.manifest.test.json
- Build the app with your additional manifest file:
electronize build /target win /manifest electron.manifest.test.json.
- Create an additional manifest file:
-
Command Line support ElectronNET/Electron.NET#337
- You can start the app with:
electronize start /args --dog=woof --test=true
- Or as binary:
myapp.exe /args --dog=woof --test=true
- You can start the app with:
CLI commands updated according to Electron.NET CLI v7.30.2:
-
Different manifest file support ElectronNET/Electron.NET#340
- Create an additional manifest file:
electronize init /manifest test
- Start the app with your additional manifest file:
electronize start /manifest electron.manifest.test.json
- Build the app with your additional manifest file:
electronize build /target win /manifest electron.manifest.test.json.
- Create an additional manifest file:
-
Command Line support ElectronNET/Electron.NET#337
- You can start the app with:
electronize start /args --dog=woof --test=true
- Or as binary:
myapp.exe /args --dog=woof --test=true
- You can start the app with:
Dependencies
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.