{"id":26584300,"url":"https://github.com/taronvardanyan/react-str-convert","last_synced_at":"2025-09-13T15:17:46.232Z","repository":{"id":241754172,"uuid":"807576553","full_name":"TaronVardanyan/react-str-convert","owner":"TaronVardanyan","description":"A simple npm package to convert strings to different cases such as camelCase and snake_case.","archived":false,"fork":false,"pushed_at":"2024-05-29T20:38:21.000Z","size":45,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T10:36:00.891Z","etag":null,"topics":["camel-case","case","conversion","snake-case","string"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-str-convert","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TaronVardanyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-29T11:15:53.000Z","updated_at":"2024-12-14T19:01:59.000Z","dependencies_parsed_at":"2024-05-30T00:36:34.633Z","dependency_job_id":"f570f416-7bb2-43f4-85dc-0deba7dd1d92","html_url":"https://github.com/TaronVardanyan/react-str-convert","commit_stats":null,"previous_names":["taronvardanyan/string-case-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TaronVardanyan/react-str-convert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2Freact-str-convert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2Freact-str-convert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2Freact-str-convert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2Freact-str-convert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TaronVardanyan","download_url":"https://codeload.github.com/TaronVardanyan/react-str-convert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2Freact-str-convert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274982706,"owners_count":25385328,"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-09-13T02:00:10.085Z","response_time":70,"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":["camel-case","case","conversion","snake-case","string"],"created_at":"2025-03-23T09:33:33.963Z","updated_at":"2025-09-13T15:17:46.209Z","avatar_url":"https://github.com/TaronVardanyan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# String Case Converter\n\nA simple npm package to convert strings to different cases such as camelCase and snake_case.\n\n## Installation\n\n```sh\nnpm install string-case-converter\n```\n\nTo use String Case Converter in your project, simply import the functions you need and call them with the desired string\ninput.\n\n```\nimport { toCamelCase, toSnakeCase } from 'string-case-converter';\n\n// Convert to camelCase\nconst camelCaseString = toCamelCase('hello_world'); // helloWorld\nconsole.log(camelCaseString);\n\n// Convert to snake_case\nconst snakeCaseString = toSnakeCase('helloWorld'); // hello_world\nconsole.log(snakeCaseString);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaronvardanyan%2Freact-str-convert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaronvardanyan%2Freact-str-convert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaronvardanyan%2Freact-str-convert/lists"}