[npm-url]:https://npmjs.org/package/cross-spawn [downloads-image]:https://img.shields.io/npm/dm/cross-spawn.svg [npm-image]:https://img.shields.io/npm/v/cross-spawn.svg [ci-url]:https://github.com/moxystudio/node-cross-spawn/actions/workflows/ci.yaml…
Die Hauptfunktionen von indigounited/node-cross-spawn sind: Shell and Scripting, Shell and Execution.
Open-Source-Alternativen zu indigounited/node-cross-spawn sind unter anderem: sindresorhus/clipboardy — Access the system clipboard (copy/paste). shelljs/shelljs — ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system… coreybutler/node-windows — Windows support for Node.JS scripts (daemons, eventlog, UAC, etc). sindresorhus/clipboard-cli — Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux. ehmicky/gulp-execa — Gulp.js command execution for humans. sindresorhus/execa — Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It…
ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system automation. It serves as a cross-platform filesystem API and a process wrapper for spawning and controlling external system subprocesses. The project translates Unix shell commands into equivalent operations for the host operating system, allowing scripts to run consistently across different platforms. It supports the registration of custom commands and the integration of third-party plugins to extend its portable shell capabilities. The library covers broad capability areas
Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux.