# node-escapeshellarg **Repository Path**: mirrors_Automattic/node-escapeshellarg ## Basic Information - **Project Name**: node-escapeshellarg - **Description**: Escape a string to be used as a shell argument - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README node-escapeshellarg =================== > Escape a string to be used as a shell argument. ## How to use? ```sh npm i --save "escapeshellarg@npm:@automattic/escapeshellarg@latest" ``` ```js var escapeshellarg = require('escapeshellarg') escapeshellarg("Hello's world") // => "'Hello'\\''s world'" ```