{"id":20390502,"url":"https://github.com/swlkr/word","last_synced_at":"2025-03-05T00:12:19.154Z","repository":{"id":62434768,"uuid":"117197016","full_name":"swlkr/word","owner":"swlkr","description":"A dependency free way to switch between plural, singular, kebab and snake case words","archived":false,"fork":false,"pushed_at":"2023-08-28T22:09:22.000Z","size":7,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T10:08:18.447Z","etag":null,"topics":["clojure","inflections","plural","singular"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/swlkr.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-01-12T05:33:20.000Z","updated_at":"2023-08-28T22:09:26.000Z","dependencies_parsed_at":"2024-11-15T03:25:46.299Z","dependency_job_id":"32dbb45c-507f-4b90-90d7-f72d3888e700","html_url":"https://github.com/swlkr/word","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"7fe22426308aab7e1e3be775986bd14e1d2614f0"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swlkr","download_url":"https://codeload.github.com/swlkr/word/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241940579,"owners_count":20045883,"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":["clojure","inflections","plural","singular"],"created_at":"2024-11-15T03:25:27.702Z","updated_at":"2025-03-05T00:12:19.111Z","avatar_url":"https://github.com/swlkr.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# word\n\nA zero dependency way to switch between plural, singular, snake and kebab case\n\n## Install\n\nlein: `[swlkr/word \"0.1.0\"]`\n\ndeps: `{swlkr/word {:mvn/version \"0.1.0\"}}`\n\n\n## How Do I Use This?\n\n\n```clojure\n(ns how-to-use\n  (:require [word.core :as word]))\n\n(word/plural \"customer\") ; =\u003e users\n(word/singular \"customers\") ; =\u003e user\n\n(word/kebab \"hello_world\") ; =\u003e hello-world\n(word/snake \"hello-world\") ; =\u003e hello_world\n\n; works on keywords too!\n\n(word/kebab :hello_world) ; =\u003e :hello-world\n(word/snake :hello-world) ; =\u003e :hello_world\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswlkr%2Fword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fword/lists"}