shell-quote-word
Version:
unquote a single shell arguments
20 lines (11 loc) • 455 B
Markdown
# 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