CPR (cp -R)
Las características principales de davglass/cpr son: Cross-Platform Utilities.
Las alternativas de código abierto para davglass/cpr incluyen: calvinmetcalf/copyfiles — copyfiles. iamakulov/echo-cli — Why? Because Windows’ CMD doesn’t support escape sequences, and even a new line is printed differently from Bash. This… isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… kentcdodds/cross-env — cross-env is a Node.js command line utility and cross-platform shell script runner. It functions as an environment… milewski/cross-os — OS Specific npm scripts! Ideal for tasks that differs across Operating System Platforms. byteclubfr/node-sync-files — Synchronize files or folders locally, with a watch option.
Why? Because Windows’ CMD doesn’t support escape sequences, and even a new line is printed differently from Bash. This makes outputting something from npm scripts much more challenging.
rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a programmatic library and a command-line interface for removing files and directories and all of their contained contents across different operating systems. The utility supports glob-based file deletion, allowing the removal of items that match specific wildcard patterns rather than just literal paths. It also includes the ability to abort deletion processes mid-execution and apply custom predicate-based filtering to exclude specific files or folders. The project covers broad filesystem
Synchronize files or folders locally, with a watch option