nukit 0.2.3

dotnet tool install --global nukit --version 0.2.3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local nukit --version 0.2.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=nukit&version=0.2.3
                    
nuke :add-package nukit --version 0.2.3
                    

nukit

Nuget

Nuke the project's build clutter.

Repeat dotnet build and dotnet test enough times and soon you'll end with a lot of build clutter.

Nukit simply deletes bin &obj directories so you have clean builds: project.assets.json is reset, bin\Debug/bin/Release is cleared, and the test directories are wiped clean.

Nukit is a .NET tool. To install globally:

dotnet tool install --global nukit

To run:

nukit <path to folder> <flags> | -h
DESCRIPTION:
A command line tool to nuke build clutter. https://github.com/tonycknight/nukit

USAGE:
    nukit.dll [path] [OPTIONS]

ARGUMENTS:
    [path]    The path to clear. Optional.

OPTIONS:
                                    DEFAULT
    -h, --help                                 Prints help information.
    -v, --version                              Prints version information.
        --no-banner <TRUE|FALSE>               Show or hide the application banner.
    -f, --force <TRUE|FALSE>                   Force clearance without prompting.
        --dry-run <TRUE|FALSE>                 Runs a scan, without any effect.
        --bin <TRUE|FALSE>          True       Nuke binary directories.
        --obj <TRUE|FALSE>          True       Nuke object directories.
        --glob <GLOB>                          Nuke directories matching a glob pattern. Multiple patterns may be given.  
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.2.3 96 3/7/2026
0.2.2 108 1/17/2026
0.2.1 103 1/15/2026
0.1.16-preview 99 1/14/2026
0.1.15-preview 94 1/14/2026
0.1.14-preview 97 1/14/2026
0.1.13-preview 99 1/14/2026
0.1.12-preview 95 1/14/2026
0.1.11-preview 94 1/14/2026
0.1.10-preview 100 1/14/2026
0.1.9-preview 94 1/14/2026
0.1.7-preview 102 1/14/2026