{"id":17975586,"url":"https://github.com/rafaelrinaldi/curlyq","last_synced_at":"2025-08-19T02:36:42.114Z","repository":{"id":138512043,"uuid":"262854945","full_name":"rafaelrinaldi/curlyq","owner":"rafaelrinaldi","description":"Convert straight quotes to smart quotes","archived":false,"fork":false,"pushed_at":"2020-05-10T21:33:14.000Z","size":115,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-29T10:26:37.332Z","etag":null,"topics":["curly","quote","quotes","smart","straight"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafaelrinaldi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-10T18:56:43.000Z","updated_at":"2023-04-06T16:08:52.000Z","dependencies_parsed_at":"2023-03-16T19:15:32.448Z","dependency_job_id":null,"html_url":"https://github.com/rafaelrinaldi/curlyq","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rafaelrinaldi/curlyq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrinaldi%2Fcurlyq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrinaldi%2Fcurlyq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrinaldi%2Fcurlyq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrinaldi%2Fcurlyq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelrinaldi","download_url":"https://codeload.github.com/rafaelrinaldi/curlyq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrinaldi%2Fcurlyq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271091013,"owners_count":24697713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curly","quote","quotes","smart","straight"],"created_at":"2024-10-29T17:20:09.631Z","updated_at":"2025-08-19T02:36:42.067Z","avatar_url":"https://github.com/rafaelrinaldi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# curlyq [![Actions Status](https://github.com/rafaelrinaldi/curlyq/workflows/ci/badge.svg)](https://github.com/rafaelrinaldi/curlyq/actions)\n\n\u003eConvert straight quotes to smart quotes\n\n## Install\n\n```sh\nnpm i @rafaelrinaldi/curlyq\n```\n\n## Usage\n\n### CLI\n\n```sh\n$ curlyq\n\nUsage: curlyq [-] [STRING] [FILE]\n\n  Convert straight quotes to smart quotes\n\nExample:\n  $ curlyq \\\"\"That's a 'magic' shoe.\\\"\"\n  “That’s a ‘magic’ shoe.”\n\nVia stdin:\n  $ echo \\\"\"That's a 'magic' shoe.\\\"\" | curlyq\n  “That’s a ‘magic’ shoe.”\n\nVia file:\n  $ echo \\\"\"That's a 'magic' shoe.\\\"\" \u003e file.txt\n  $ curlyq file.txt\n  “That’s a ‘magic’ shoe.”\n\nOptions:\n  -v --version              Display current program version\n  -h --help                 Display help and usage details\n\n```\n\n### Node.js\n\n```ts\nconst { curlyq } = require('@rafaelrinaldi/curlyq')\ncurlyq(`\"That's a 'magic shoe.\"`) //=\u003e “That’s a ‘magic’ shoe.”\n```\n\n### React Component\n\nYou must include React as a dependency first:\n\n```sh\nnpm i react -S\n```\n\n```tsx\nimport React, { FunctionComponent } from 'react'\nimport { CurlyQ } from '@rafaelrinaldi/curlyq'\n\nexport const App: FunctionComponent = () =\u003e (\n  \u003cCurlyQ\u003e\n    \"That's a 'magic' shoe.\"\n    \u003cdiv\u003e\n      also\n      \u003cdiv\u003e\n        works\n        \u003cdiv\u003e\n          with\n          \u003cdiv style={{ background: 'gold' }}\u003e\n            \"deeply\" nested nodes\n          \u003c/div\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/CurlyQ\u003e\n)\n```\n\n## License\n\nMIT © [Rafael Rinaldi](https://rinaldi.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelrinaldi%2Fcurlyq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelrinaldi%2Fcurlyq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelrinaldi%2Fcurlyq/lists"}