@anio-fs/clean
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

@anio-fs/clean

Clean a directory.

import {clean, cleanSync} from "@anio-fs/clean"

await clean("./dir/")

//
// delete everything except root .gitkeep file
//
await clean("./dir/", {
	preserve(entry) {
		return entry.relative_path === ".gitkeep"
	}
})

Readme

Keywords

none

Package Sidebar

Install

npm i @anio-fs/clean

Weekly Downloads

2

Version

1.1.4

License

MIT

Unpacked Size

39.2 kB

Total Files

7

Last publish

Collaborators

  • exory2024