node-command-join

Escape and join command-line arguments
  https://github.com/seangenabe/command-join#readme
  0
  no reviews



Node.js module to escape each command-line argument and join them into a string that can then be executed, e.g. via child_process.exec.

Node.js is an event-based server-side JavaScript engine.