Releases: DhanushNehru/node-cmd-exec
Releases · DhanushNehru/node-cmd-exec
Release list
Initial Release v1.0.0
🎉 Excited to announce the first official release of node-cmd-exec — a simple, robust Node.js utility to execute shell commands asynchronously (with Promises and optional callbacks) and synchronously.
Features
- Execute system shell commands easily from Node.js
- Supports both async (run) and sync (runSync) execution modes
- Returns both stdout and stderr outputs with detailed error handling
- Promises-based API with optional callback support for backward compatibility
- Minimal dependencies — built directly on Node.js child_process module
- Supports passing options such as environment variables and working directory
- Works cross-platform (Windows, macOS, Linux)