1.1.0 • Published 2 years ago
darco2903-os-command-kit v1.1.0
os-command-kit
Cross-platform basic commands working with Node.js
Installation
npm install darco2903-os-command-kit --save-dev
Commands
Remove files and directories
npx rm [options] <file|directory|expression>
Supported expressions:
"path/*"
|"path/file*"
|"path/*.ext"
:warning: if using expression you must use quotes to avoid shell expansion
Option | Description |
---|---|
-h | Print help |
-v | Print version |
-s | Silent mode |