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
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…
Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux.
Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
The main features of coreybutler/node-windows are: Process Management, Shell and Scripting, Shell and Execution.
Open-source alternatives to coreybutler/node-windows include: sindresorhus/clipboardy — Access the system clipboard (copy/paste). sindresorhus/clipboard-cli — Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux. ehmicky/gulp-execa — Gulp.js command execution for humans. indigounited/node-cross-spawn — [npm-url]:https://npmjs.org/package/cross-spawn [downloads-image]:https://img.shields.io/npm/dm/cross-spawn.svg… shelljs/shelljs — ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system… sindresorhus/execa — Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It…