FUKE is a .NET build and deployment tool designed to automate build and deployment workflows for .NET projects and other commonly used technology stacks.
English | 中文
dotnet tool install --global Fuke.GlobalToolAfter installation, verify that FUKE is available from any directory:
fuke :versionTo upgrade to a later version, run:
dotnet tool update --global Fuke.GlobalTool --version <version>FUKE displays English by default and keeps the large ASCII logo hidden. Global settings are stored in %APPDATA%/KoiRealm/Fuke/settings.json on Windows.
fuke :settings
fuke :settings --language Chinese
fuke :settings --language English
fuke :settings --show-logo true
fuke :settings --show-logo false
fuke :settings --reset.NET SDK 10 is required.
dotnet restore fuke-common.slnx
dotnet build fuke-common.slnx --configuration Release --no-restore
dotnet test --solution fuke-common.slnx --configuration Release --no-buildTo run the repository's own FUKE build:
./build.ps1 --helpThe initial version of this project was developed based on NUKE Build 10.1.0. We thank the NUKE Build team for their long-standing contributions. The project was originally named FishNuke, but the name was shortened to FUKE to make it easier to remember and type. FUKE is a fully independent project and has no official affiliation with the original project.