{"id":30078553,"url":"https://github.com/karl-horning/transform-text","last_synced_at":"2026-05-05T20:39:58.934Z","repository":{"id":216734642,"uuid":"742187020","full_name":"Karl-Horning/transform-text","owner":"Karl-Horning","description":"A lightweight text transformation tool for developers. Escape newlines, switch between case formats, and copy results to your clipboard.","archived":false,"fork":false,"pushed_at":"2026-03-23T13:52:28.000Z","size":360,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-24T09:05:41.252Z","etag":null,"topics":["case-conversion","clipboard","developer-tools","javascript","react","string-utilities","tailwindcss","text-tools","vite","web-app"],"latest_commit_sha":null,"homepage":"https://www.karlhorning.dev/transform-text/","language":"TypeScript","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/Karl-Horning.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-11T23:42:35.000Z","updated_at":"2026-03-23T13:52:33.000Z","dependencies_parsed_at":"2024-01-12T11:35:59.546Z","dependency_job_id":"f2d1a29e-2675-446b-b302-f41f7f87f3d1","html_url":"https://github.com/Karl-Horning/transform-text","commit_stats":null,"previous_names":["karl-horning/replace-newlines","karl-horning/transform-text"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Karl-Horning/transform-text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karl-Horning%2Ftransform-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karl-Horning%2Ftransform-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karl-Horning%2Ftransform-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karl-Horning%2Ftransform-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Karl-Horning","download_url":"https://codeload.github.com/Karl-Horning/transform-text/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karl-Horning%2Ftransform-text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31645284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["case-conversion","clipboard","developer-tools","javascript","react","string-utilities","tailwindcss","text-tools","vite","web-app"],"created_at":"2025-08-08T17:27:35.742Z","updated_at":"2026-04-10T13:32:18.399Z","avatar_url":"https://github.com/Karl-Horning.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transform Text\n\nA lightweight text transformation tool for developers. Escape newlines, switch between case formats, and copy results to your clipboard.\n\n- **Live demo**: [karlhorning.dev/transform-text](https://www.karlhorning.dev/transform-text/)\n- **Author**: [Karl Horning](https://github.com/Karl-Horning)\n- **Licence**: MIT\n\n## Table of Contents\n\n- [Tech Stack](#tech-stack)\n- [Installation](#installation)\n- [Scripts](#scripts)\n- [Transformations](#transformations)\n- [Tests](#tests)\n- [Contributing](#contributing)\n\n## Tech Stack\n\n- **Framework**: React (with Vite)\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **Testing**: Jest\n- **Tooling**: ESLint, Prettier\n\n[↑ Back to top](#transform-text)\n\n## Installation\n\n```bash\ngit clone https://github.com/Karl-Horning/transform-text.git\ncd transform-text\nnpm install\nnpm run dev\n```\n\n[↑ Back to top](#transform-text)\n\n## Scripts\n\n| Command                | Description                   |\n| ---------------------- | ----------------------------- |\n| `npm run dev`          | Start local dev server        |\n| `npm run build`        | Create production build       |\n| `npm run preview`      | Preview production build      |\n| `npm run lint`         | Run ESLint checks             |\n| `npm run test`         | Run all tests once            |\n| `npm run test:watch`   | Run tests in watch mode       |\n| `npm run test:verbose` | Run tests with verbose output |\n\n[↑ Back to top](#transform-text)\n\n## Transformations\n\n- Escape / Unescape Newlines\n- Uppercase / Lowercase\n- snake_case, kebab-case, PascalCase, camelCase\n- Sentence case, MLA Title Case, AP Title Case\n- Sarcastic SpongeBob\n- Trim Whitespace\n\n[↑ Back to top](#transform-text)\n\n## Tests\n\nUnit tests cover all transformation functions, including edge cases for empty strings, whitespace-only input, and strings containing numbers.\n\n```bash\nnpm run test\nnpm run test:watch  # watch mode\n```\n\n[↑ Back to top](#transform-text)\n\n## Contributing\n\nOpen an issue before submitting a pull request for any significant changes.\n\n[↑ Back to top](#transform-text)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarl-horning%2Ftransform-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarl-horning%2Ftransform-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarl-horning%2Ftransform-text/lists"}