An open API service indexing awesome lists of open source software.

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

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.

[![build status](https://secure.travis-ci.org/parro-it/shell-quote-word.png)](http://travis-ci.org/parro-it/shell-quote-word)

# install

With [npm](http://npmjs.org) do:

```bash
npm install shell-quote-word
```

# license

MIT