sweep

module
v0.0.0-...-7ec61c6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2023 License: MIT

README

Sweep

build status license

Sweep up heavy project files that are just collecting dust.

Using a custom sweep.toml

Sweep will look for a sweep.toml file in the current directory. If one is not found, it will use the default configuration.

The format of a sweep.toml file is the following:

[[sweep]]
# folder to delete
folder = "node_modules"
# one of the files required to be in the same directory
predicate = ["package.json", "package-lock.json"]

[[sweep]]
folder = "target"
predicate = ["Cargo.toml"]

Directories

Path Synopsis
cmd
pkg
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL