npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

to-single-quotes-cli

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:4
$ npm install to-single-quotes-cli
DailyWeeklyMonthlyYearly

to-single-quotes-cli

Convert matching double-quotes to single-quotes: I "love" unicorns → I '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

  • to-single-quotes - API for this module