Node.js implementation of rm -fr
– recursive removal of files and directories
Delete files and folders and any intermediate directories if they exist (sync and async).
jonschlinkertover 2 years agorecursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.
binarykitchen4 months ago