1.1.0 • Published 2 years ago

darco2903-os-command-kit v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

OptionDescription
-hPrint help
-vPrint version
-sSilent mode

1.1.0

2 years ago

1.0.0

2 years ago