Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns
☆27Apr 18, 2021Updated 5 years ago
Alternatives and similar repositories for to-single-quotes-cli
Users that are interested in to-single-quotes-cli are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns☆22Apr 18, 2021Updated 5 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆57Feb 2, 2026Updated 5 months ago
- Get the fullname of the current user☆15Mar 12, 2024Updated 2 years ago
- Get the path to the user home directory☆13Apr 9, 2021Updated 5 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆24Jul 9, 2022Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆19Apr 3, 2024Updated 2 years ago
- Check if a filepath is a Markdown file☆22May 4, 2021Updated 5 years ago
- Get the macOS version of the current system☆23Sep 9, 2025Updated 9 months ago
- Modify the filename in a path☆17Jul 9, 2022Updated 3 years ago
- Expands symbolic links and prints the resolved absolute filepath☆27May 6, 2024Updated 2 years ago
- List of platforms supported by Node.js☆12Nov 3, 2021Updated 4 years ago
- Get an array of parent directories including itself☆26Nov 7, 2023Updated 2 years ago
- Find the root directory of a Node.js project or npm package