{"id":31550031,"url":"https://github.com/uretgec/slugify","last_synced_at":"2026-06-21T01:05:51.682Z","repository":{"id":150148525,"uuid":"524735359","full_name":"uretgec/slugify","owner":"uretgec","description":"URL-friendly slugify with your languages support.","archived":false,"fork":false,"pushed_at":"2022-08-14T20:00:40.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T03:25:18.262Z","etag":null,"topics":["go-slugify","slug","slugify"],"latest_commit_sha":null,"homepage":"","language":"Go","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/uretgec.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":"2022-08-14T17:23:20.000Z","updated_at":"2022-08-15T09:48:26.000Z","dependencies_parsed_at":"2023-04-14T10:32:34.862Z","dependency_job_id":null,"html_url":"https://github.com/uretgec/slugify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/uretgec/slugify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uretgec%2Fslugify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uretgec%2Fslugify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uretgec%2Fslugify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uretgec%2Fslugify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uretgec","download_url":"https://codeload.github.com/uretgec/slugify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uretgec%2Fslugify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278346540,"owners_count":25972112,"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-10-04T02:00:05.491Z","response_time":63,"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":["go-slugify","slug","slugify"],"created_at":"2025-10-04T17:31:45.946Z","updated_at":"2025-10-04T17:32:48.821Z","avatar_url":"https://github.com/uretgec.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slugify\nURL-friendly slugify with your languages support.\n\n## Install\n\n```\ngo get -u github.com/uretgec/slugify\n```\n\n## Examples\nSimple One\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/uretgec/slugify\"\n)\n\nfunc main() {\n\ttitle := slugify.Make(\"Hellö Wörld хелло ворлд\", []string{`х`, \"kh\", `л`, \"l\"}...) // not good example but works\n\tfmt.Println(title) // \"hello-world-khello-vorld\"\n\n\ttitle = slugify.Make(\"影師\", []string{`影`, \"ying\", `師`, \"shi\"}...) // not good example but works\n\tfmt.Println(title) // \"ying-shi\"\n\n\ttitle = slugify.Make(\"This \u0026 that\")\n\tfmt.Println(title) // \"this-that\"\n\n\ttitle = slugify.Make(\"Çikolata Soslu Bulut Kek\")\n\tfmt.Println(title) // \"cikolata-soslu-bulut-kek\"\n\n\ttitle = slugify.Make(\"Çikolata'nın Sosunda /Kendi ?Halinde -- Ne Üdüğü Belirsiz == -- - \\\" Bulut Kek\")\n\tfmt.Println(title) // \"cikolatanin-sosunda-kendi-halinde-ne-udugu-belirsiz-bulut-kek\"\n}\n```\n\n## Tests\n```\ngo test -timeout 30s github.com/uretgec/slugify\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furetgec%2Fslugify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furetgec%2Fslugify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furetgec%2Fslugify/lists"}