rimraf 0.1.0

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

dotnet-rimraf

CI build status NuGet Package GitHub Package Registry Project license

Deep deletion command for .NET (like rm -rf).

This is based on the node tool of the same name.

Installation

This tool can be used as a dotnet global tool, or a dotnet local tool. If using it as part of a build script it's recommended to install it as a local tool.

Global

dotnet tool install rimraf --global

Local

dotnet new tool-manifest
dotnet tool install rimraf

Options

Name Description
--dry-run See what would be deleted (enables --verbose)
--no-preserve-root Delete the directory being acted on instead of preserving it
--verbose Enable verbose output
--version Show version information
--help Show help and usage information

Usage

Use dotnet rimraf (rimraf if using as a global tool) to delete files and directories. You can pass one or more paths or globs to delete. Globbing is handled by the DotNet.Glob library and supports of all its patterns and wildcards.

rimraf artifacts coverage
rimraf artifacts/**/*-pre*.nupkg
rimraf **/bin **/obj

Working directory

The working directory is the directory that rimraf is run from.

Development

This project uses the run-script dotnet tool to manage its build and test scripts. To use this you'll need to run dotnet tool install and then dotnet r to see the available commands or look at the scripts section in the global.json.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
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.0 332 4/10/2024
0.1.0 15,404 3/25/2022