UNPKG

change-quotes

Version:

CLI to change quotes from single to double, or double to single.

49 lines (30 loc) 1.01 kB
# change-quotes [![NPM version](https://badge.fury.io/js/change-quotes.svg)](http://badge.fury.io/js/change-quotes) > CLI to change quotes from single to double, or double to single. ## Install with [npm](npmjs.org) ```bash npm i change-quotes --save ``` ## Usage Changes to single quotes by default: ```bash change-quotes foo.js ``` To specify the `type`, single or double: ```bash change-quotes foo.js --type double ``` To specify a dest file: ```bash change-quotes foo.js --dest bar.js ``` ## Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/change-quotes/issues) ## Author **Jon Schlinkert** + [github/jonschlinkert](https://github.com/jonschlinkert) + [twitter/jonschlinkert](http://twitter.com/jonschlinkert) ## License Copyright (c) 2015 Jon Schlinkert Released under the MIT license *** _This file was generated by [verb](https://github.com/assemble/verb) on February 05, 2015._