{"id":16326626,"url":"https://github.com/izolate/slugify","last_synced_at":"2025-03-20T22:31:48.221Z","repository":{"id":19119106,"uuid":"22348196","full_name":"izolate/slugify","owner":"izolate","description":"Converts a string to a slug, useful for URLs, filenames, IDs, and more","archived":false,"fork":false,"pushed_at":"2024-08-15T20:49:57.000Z","size":28,"stargazers_count":23,"open_issues_count":3,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T18:21:44.622Z","etag":null,"topics":["character","converts-string","dart","slug","slugify","url"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/slugify","language":"Dart","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/izolate.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-28T15:44:00.000Z","updated_at":"2025-03-07T03:28:48.000Z","dependencies_parsed_at":"2024-10-28T09:08:55.750Z","dependency_job_id":"10568f11-c9e5-448e-a4c9-c1288cbc3aef","html_url":"https://github.com/izolate/slugify","commit_stats":{"total_commits":40,"total_committers":4,"mean_commits":10.0,"dds":0.09999999999999998,"last_synced_commit":"d20a37f2173bd0fccf7f6f343a6557fcf8b1e470"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izolate%2Fslugify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izolate%2Fslugify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izolate%2Fslugify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izolate%2Fslugify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izolate","download_url":"https://codeload.github.com/izolate/slugify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244703938,"owners_count":20496208,"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":["character","converts-string","dart","slug","slugify","url"],"created_at":"2024-10-10T23:09:04.664Z","updated_at":"2025-03-20T22:31:47.939Z","avatar_url":"https://github.com/izolate.png","language":"Dart","readme":"# slugify\n\nConverts any `String` to a **slug**. Useful for URLs, filenames, IDs, and more.\n\n## Features\n\n* Multi-language support\n* Removes unfriendly characters\n* Approximates replacements for characters not in the Latin alphabet\n* Configurable options\n* Null safe with Dart 2.12\n\n## Usage\n\n```dart\nimport 'package:slugify/slugify.dart';\n\n// Use with default options.\nvar slug = slugify('Hello, World! Foo Bar');\nprint(slug); // hello-world-foo-bar\n\n// Use with custom options.\nvar slug2 = slugify('Hello, World! Foo Bar', lowercase: false, delimiter: '🙂');\nprint(slug2) // Hello🙂World🙂Foo🙂Bar\n```\n\n### Options\n\nName | Type | Default | Description\n--- | --- | --- | ---\n`delimiter` | `String` | `\"-\"` | Separator between words\n`lowercase` | `bool` | `true` | Convert text to lowercase\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizolate%2Fslugify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizolate%2Fslugify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizolate%2Fslugify/lists"}