escapeshellarg
v0.1.0
Published
Escape a string to be used as a shell argument.
Downloads
579
Readme
node-escapeshellarg
Escape a string to be used as a shell argument.
How to use?
npm install escapeshellarg
var escapeshellarg = require('escapeshellarg')
escapeshellarg("Hello's world") // => "'Hello\\'s world'"