del-cli

0.1.0 • Public • Published

del-cli Build Status

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

  • del - API for this module
  • trash-cli - Move files and folders to the trash

License

MIT © Sindre Sorhus

Install

npm i del-cli@0.1.0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • sindresorhus