@anedomansky/rmrf
v1.0.0
Published
A simple cross-platform 'rm -rf' with zero dependencies.
Downloads
12
Readme
rmrf
A simple cross-platform CLI tool that removes any file or folder. It behaves just like rm -rf.
Requirements
This tool works with the LTS version of Node.js.
Installation
- For local use in NPM projects:
npm i -D @anedomansky/rmrf - For global use in CLI:
npm i -g @anedomansky/rmrf
Usage
rmrf 'my-file.txt'
rmrf './src/my-folder'{
...,
"scripts": {
"clean": "rmrf './src/gen'",
...
}
}License
MIT
