Skip to content

Releases: DhanushNehru/node-cmd-exec

Initial Release v1.0.0

Choose a tag to compare

@DhanushNehru DhanushNehru released this 25 Jul 11:07
88a39ac

🎉 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)