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

Adding an option to delete by prefix. Tests added too. #12

Closed nirshneor closed 6 years ago

nirshneor commented 6 years ago

added an option to delete by (single for now) prefix. with tests.

binarykitchen commented 6 years ago

good stuff, merged - thanks again!