dirclean
v1.0.1
Published
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 ```js const clean = require('cleandir') clean("PATH_TO_FILE"), ``` Or, you can use the CLI: ```bat cleandir -p PATH_TO
Readme
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_FILENote you would have to install it with the global tag for it to work with the CLI
