{"id":42401390,"url":"https://github.com/romanyx/prm","last_synced_at":"2026-01-28T01:22:24.878Z","repository":{"id":57602609,"uuid":"91888019","full_name":"romanyx/prm","owner":"romanyx","description":"Golang string parameterizer","archived":false,"fork":false,"pushed_at":"2017-07-18T17:53:25.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T14:20:11.287Z","etag":null,"topics":["golang","parameterize","slug","url"],"latest_commit_sha":null,"homepage":null,"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/romanyx.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":"2017-05-20T12:35:50.000Z","updated_at":"2017-05-20T13:16:28.000Z","dependencies_parsed_at":"2022-09-26T20:00:57.930Z","dependency_job_id":null,"html_url":"https://github.com/romanyx/prm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/romanyx/prm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanyx%2Fprm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanyx%2Fprm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanyx%2Fprm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanyx%2Fprm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romanyx","download_url":"https://codeload.github.com/romanyx/prm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanyx%2Fprm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"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":["golang","parameterize","slug","url"],"created_at":"2026-01-28T01:22:23.354Z","updated_at":"2026-01-28T01:22:24.873Z","avatar_url":"https://github.com/romanyx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/romanyx/prm?status.svg)](https://godoc.org/github.com/romanyx/prm)\n[![Build Status](https://travis-ci.org/romanyx/prm.png)](https://travis-ci.org/romanyx/prm)\n[![Coverage Status](https://coveralls.io/repos/github/romanyx/prm/badge.svg?branch=master)](https://coveralls.io/github/romanyx/prm?branch=master)\n\n# Overview\n\n`prm` is a small golang library that replaces special characters in a string so that it may be used as part of a ‘pretty’ URL. Slug generator. It's very fast, simple and configurable.\n\n# Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/romanyx/prm\"\n)\n\nfunc main() {\n\tprm.Parameterize(\"Computer world\", '-') // \"computer-world\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanyx%2Fprm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanyx%2Fprm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanyx%2Fprm/lists"}