$ npm install to-double-quotes-cliConvert matching single-quotes to double-quotes:
I 'love' unicorns→I "love" unicorns
$ npm install --global to-double-quotes-cli
$ to-double-quotes --help
Usage
$ to-double-quotes <string>
$ echo <string> | to-double-quotes
Example
$ to-double-quotes "I love 'unicorns'"
I love "unicorns"