{"id":32151282,"url":"https://github.com/funzin/rimuru","last_synced_at":"2026-05-16T11:02:21.775Z","repository":{"id":63910720,"uuid":"277313529","full_name":"funzin/Rimuru","owner":"funzin","description":"🧊Rimuru is a tool that converts text into a different naming convention","archived":false,"fork":false,"pushed_at":"2021-11-30T21:48:47.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-22T05:06:34.582Z","etag":null,"topics":["macos","mint","swift","swift-argument-parser","swift5-2","swiftpackagemanager","tool"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/funzin.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}},"created_at":"2020-07-05T14:02:05.000Z","updated_at":"2022-04-15T08:24:10.000Z","dependencies_parsed_at":"2023-01-14T13:15:33.675Z","dependency_job_id":null,"html_url":"https://github.com/funzin/Rimuru","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/funzin/Rimuru","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funzin%2FRimuru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funzin%2FRimuru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funzin%2FRimuru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funzin%2FRimuru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funzin","download_url":"https://codeload.github.com/funzin/Rimuru/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funzin%2FRimuru/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["macos","mint","swift","swift-argument-parser","swift5-2","swiftpackagemanager","tool"],"created_at":"2025-10-21T10:40:21.273Z","updated_at":"2026-05-16T11:02:21.769Z","avatar_url":"https://github.com/funzin.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧊Rimuru\n🧊Rimuru is a tool that converts text into a different naming convention\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/funzin/Rimuru/workflows/Swift/badge.svg\" alt=\"GitHub Action\"/\u003e\n  \u003cimg src=\"http://img.shields.io/badge/platform-mac-blue.svg?style=flat\" alt=\"Platform\" /\u003e\n  \u003ca href=\"https://developer.apple.com/swift\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/Swift-5.2-brightgreen.svg?style=flat\" alt=\"Language\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/funzin/Rimuru\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/_funzin\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/twitter-@_funzin-blue.svg\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Environment\n- Xcode 11.5 or greater\n- Swift 5.2 or greator\n\n## GIF\n![demo](Resources/gif/demo.gif)\n\n## Usage\n```\nOVERVIEW: A tool for converting the input text to different naming convention\n\ne.g Rimuru --from lower --to upper exampleTestCase\n\nUSAGE: rimuru --from \u003cfrom\u003e --to \u003cto\u003e \u003ctext\u003e\n\nARGUMENTS:\n  \u003ctext\u003e                  The text to be converted\n\nOPTIONS:\n  -f, --from \u003cfrom\u003e       Input text naming convention\n                          Select the following naming convention\n                          (upper|lower|screamingSnake|snake|kebab|train)\n\n\n  -t, --to \u003cto\u003e           Output text naming convention\n                          Select the following naming convention\n                          (upper|lower|screamingSnake|snake|kebab|train)\n\n\n  --version               Show the version.\n  -h, --help              Show help information.\n```\n\n### Support for Naming Convention\n|Naming Convention|\n|:-:|\n|UpperCamelCase|\n|LowerCamelCase|\n|ScreamingSnakeCase|\n|SnakeCase|\n|KebabCase|\n|TrainCase|\n\n### Example\n```\n$ rimuru --from upper --to snake ExampleTestCase\nexample_test_case\n```\n\n## Installation\n### Swift Package Manager\nPut the following code in `Package.swift`.\n```Package.swift\ndependencies: [\n    .package(url: \"https://github.com/funzin/Rirumu.git\", from: \"1.0.0\"),\n]\n```\n\n### Mint\nPut the following code in `Mintfile`.\n```\nfunzin/Rimuru@1.0.0\n```\n\n## Development\n1. `git clone https://github.com/funzin/Rimuru`\n2. `make setup`\n3. `open Rimuru.xcodeproj`\n\n## Contact\nIf you discover problem or have opinions, please let me know through Github issues💁‍♂️\n\n## Author\nfunzin\n- mail: nakazawa.fumito@gmail.com\n\n## License\nRimuru is available under the MIT license. See the [LICENSE](./LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunzin%2Frimuru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunzin%2Frimuru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunzin%2Frimuru/lists"}