https://github.com/parro-it/shell-quote-word
unquote a single shell arguments
https://github.com/parro-it/shell-quote-word
Last synced: 10 months ago
JSON representation
unquote a single shell arguments
- Host: GitHub
- URL: https://github.com/parro-it/shell-quote-word
- Owner: parro-it
- License: mit
- Created: 2016-09-13T22:26:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T13:13:46.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T06:32:41.702Z (10 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# shell-quote
> Parse and quote shell commands.
> A stripped down version of [shell-quote](https://github.com/substack/node-shell-quote) that parse a single WORD ignoring any glob, operator or parameter substitution found.
[](http://travis-ci.org/parro-it/shell-quote-word)
# install
With [npm](http://npmjs.org) do:
```bash
npm install shell-quote-word
```
# license
MIT