{"id":15652974,"url":"https://github.com/skellock/crappycase","last_synced_at":"2025-03-30T01:26:14.976Z","repository":{"id":150230736,"uuid":"145260204","full_name":"skellock/crappycase","owner":"skellock","description":"A crappy nim package for various case conversions with strings.","archived":false,"fork":false,"pushed_at":"2020-05-09T02:23:12.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T03:20:27.664Z","etag":null,"topics":["case-converter","nim","package"],"latest_commit_sha":null,"homepage":null,"language":"Nim","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/skellock.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":"2018-08-18T23:52:19.000Z","updated_at":"2020-05-09T07:19:54.000Z","dependencies_parsed_at":"2023-05-29T19:30:52.859Z","dependency_job_id":null,"html_url":"https://github.com/skellock/crappycase","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skellock%2Fcrappycase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skellock%2Fcrappycase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skellock%2Fcrappycase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skellock%2Fcrappycase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skellock","download_url":"https://codeload.github.com/skellock/crappycase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246263806,"owners_count":20749351,"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","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-converter","nim","package"],"created_at":"2024-10-03T12:44:24.285Z","updated_at":"2025-03-30T01:26:14.935Z","avatar_url":"https://github.com/skellock.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crappycase 💩\n\n[![CircleCI](https://circleci.com/gh/skellock/crappycase.svg?style=svg)](https://circleci.com/gh/skellock/crappycase)\n\nA crappy [`nim`](https://nim-lang.org) package for various case conversions with strings.\n\n# Installing\n\n`nimble install https://github.com/skellock/crappycase`\n\n# Usage\n\n```nim\nimport crappycase\n\nkebab(\"foo bar\")          # foo-bar\nsnake(\"foo bar\")          # foo_bar\nscreamingSnake(\"foo bar\") # FOO_BAR\npascal(\"foo bar\")         # FooBar\ncamel(\"foo bar\")          # fooBar\nsplitCase(\"foo bar\")      # @[\"foo\", \"bar\"]\n```\n\n### For Idents Only\n\nThese conversions are mainly for idents. For example `kebab(\"hey* ya\")` will be `hey-ya`. So this package is really only good for identifiers and such.\n\nI'd be up for a PR to be less destructive if you need.\n\n# License\n\nMIT. I guess.\n\n# Contributing\n\nFork it. Pull it. Patch it. Push it.\n\nSend a PR, that should do it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskellock%2Fcrappycase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskellock%2Fcrappycase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskellock%2Fcrappycase/lists"}