binarykitchen / find-remove

recursively finds files by filter options from a start directory onwards and deletes these. useful if you want to clean up a directory in your node.js app.
https://npmjs.org/package/find-remove
61 stars 19 forks source link

remove specified list of directories recursively #3

Closed pbakondy closed 9 years ago

binarykitchen commented 9 years ago

okay, that's better. but test coverage could be a bit better, i.E. use non-existing directory names in the dir variable` or test toward nested sub-directories.

but i ll accept that PR for now. thanks for your work!