RepoClean 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global RepoClean --version 1.1.0
                    
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 RepoClean --version 1.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=RepoClean&version=1.1.0
                    
nuke :add-package RepoClean --version 1.1.0
                    

<p align="center"> <img src="https://github.com/kris701/RepoClean/assets/22596587/80338f32-e35c-4278-b6f1-c65a6547ea42" width="200" height="200" /> </p>

Build and Publish Nuget Nuget GitHub last commit (branch) GitHub commit activity (branch) Static Badge Static Badge Static Badge

RepoClean

This is a small project to clean bin, obj and .vs folders form a folder or all subfolders. It is a dotnet tool, and have the following arguments:

repoclean [-t|--target <PATH>] [-r|--recursive] [-f|--force] [-s|--show] [-e|--extra]
  • -t|--target is an argument to the path you want to clean. By default this is the folder the tool is run from.
  • -r|--recursive clean from the folder and all subfolders.
  • -f|--force dont ask if they should be removed, just remove them.
  • -s|--show only show what would be deleted, but dont delete or ask for anything.
  • -e|--extra Extra patterns to search for too.

This can be found as a package on the NuGet Package Manager or be installed by the command:

dotnet tool install RepoClean
Product Compatible and additional computed target framework versions.
.NET 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
1.1.1 198 12/4/2025
1.1.0 188 12/4/2025
1.0.3 198 6/16/2024
1.0.2 171 6/10/2024
1.0.1 169 6/10/2024
1.0.0 162 6/10/2024