{"id":13413553,"url":"https://github.com/mozillazg/go-slugify","last_synced_at":"2025-06-26T03:04:25.758Z","repository":{"id":57483195,"uuid":"63480823","full_name":"mozillazg/go-slugify","owner":"mozillazg","description":"Pretty Slug.","archived":false,"fork":false,"pushed_at":"2020-05-13T18:54:09.000Z","size":6,"stargazers_count":94,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-12T18:42:02.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/mozillazg/go-slugify","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/mozillazg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-07-16T11:55:15.000Z","updated_at":"2024-12-18T16:00:47.000Z","dependencies_parsed_at":"2022-08-27T21:02:28.001Z","dependency_job_id":null,"html_url":"https://github.com/mozillazg/go-slugify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mozillazg/go-slugify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fgo-slugify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fgo-slugify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fgo-slugify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fgo-slugify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozillazg","download_url":"https://codeload.github.com/mozillazg/go-slugify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fgo-slugify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261990351,"owners_count":23241188,"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":[],"created_at":"2024-07-30T20:01:43.037Z","updated_at":"2025-06-26T03:04:25.735Z","avatar_url":"https://github.com/mozillazg.png","language":"Go","funding_links":[],"categories":["Specific Formats","Natural Language Processing","Go","Text Processing","文本处理`解析和操作文本的代码库`","Bot Building","自然语言处理","文本处理","Microsoft Office","\u003cspan id=\"文字处理-text-processing\"\u003e文字处理 Text Processing\u003c/span\u003e"],"sub_categories":["Slugifiers","查询语","HTTP Clients","鼻涕虫","Advanced Console UIs","交流","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e"],"readme":"go-slugify\n==============\n\n[![Build Status](https://travis-ci.org/mozillazg/go-slugify.svg?branch=master)](https://travis-ci.org/mozillazg/go-slugify)\n[![Coverage Status](https://coveralls.io/repos/mozillazg/go-slugify/badge.svg?branch=master)](https://coveralls.io/r/mozillazg/go-slugify?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mozillazg/go-slugify)](https://goreportcard.com/report/github.com/mozillazg/go-slugify)\n[![GoDoc](https://godoc.org/github.com/mozillazg/go-slugify?status.svg)](https://godoc.org/github.com/mozillazg/go-slugify)\n\nMake Pretty Slug.\n\n\nInstallation\n------------\n\n```\ngo get -u github.com/mozillazg/go-slugify\n```\n\nInstall CLI tool:\n\n```\ngo get -u github.com/mozillazg/go-slugify/slugify\n$ slugify \"北京kožušček,abc\"\nbei-jing-kozuscek-abc\n```\n\n\nDocumentation\n--------------\n\nAPI documentation can be found here:\nhttps://godoc.org/github.com/mozillazg/go-slugify\n\n\nUsage\n------\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/mozillazg/go-slugify\"\n)\n\nfunc main() {\n\ts := \"北京kožušček,abc\"\n\tfmt.Println(slugify.Slugify(s))\n\t// Output: bei-jing-kozuscek-abc\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozillazg%2Fgo-slugify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozillazg%2Fgo-slugify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozillazg%2Fgo-slugify/lists"}