Delete files and folders
Useful for use in build scripts and automated things.
Note that this does permanent deletion. See trash-cli
for something safer.
Install
$ npm install --global del-cli
Usage
$ de --help
Usage
$ de <path|glob> [...]
Options
-f, --force Allow deleting the current working directory and outside
-d, --dry-run List what would be deleted instead of deleting
Examples
$ de unicorn.png rainbow.png
$ de '*.png' '!unicorn.png'
It's de
and not del
, since del
is already a builtin command on Windows.
Related
License
MIT © Sindre Sorhus