sindresorhus / to-single-quotes-cli

Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to-single-quotes-cli

Convert matching double-quotes to single-quotes: I "love" unicornsI 'love' unicorns

Install

$ npm install --global to-single-quotes-cli

Usage

$ to-single-quotes --help

  Usage
    $ to-single-quotes <string>
    $ echo <string> | to-single-quotes

  Example
    $ to-single-quotes 'I love "unicorns"'
    I love 'unicorns'

Related

About

Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns

License:MIT License


Languages

Language:JavaScript 100.0%