1.0.1 • Published 5 years ago
dirclean v1.0.1
Hello, this is a very simple yet helpful package. This allows you to clean a whole directory in seconds. Here is how you use it
const clean = require('cleandir')
clean("PATH_TO_FILE"),
Or, you can use the CLI:
cleandir -p PATH_TO_FILE
Note you would have to install it with the global tag for it to work with the CLI