RepoClean 1.1.1
dotnet tool install --global RepoClean --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local RepoClean --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=RepoClean&version=1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package RepoClean --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<p align="center"> <img src="https://github.com/kris701/RepoClean/assets/22596587/80338f32-e35c-4278-b6f1-c65a6547ea42" width="200" height="200" /> </p>
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|--targetis an argument to the path you want to clean. By default this is the folder the tool is run from.-r|--recursiveclean from the folder and all subfolders.-f|--forcedont ask if they should be removed, just remove them.-s|--showonly show what would be deleted, but dont delete or ask for anything.-e|--extraExtra 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 | Versions 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.