{"id":15007834,"url":"https://github.com/code-parth/typescript-slugify","last_synced_at":"2026-02-28T17:03:09.970Z","repository":{"id":225230874,"uuid":"765416552","full_name":"Code-Parth/Typescript-Slugify","owner":"Code-Parth","description":"typescript-slugify is a lightweight npm package that provides a simple function for converting strings into URL-friendly slugs. Written in TypeScript, this utility offers easy integration and efficient string processing, making it ideal for web development projects.","archived":false,"fork":false,"pushed_at":"2024-02-29T22:51:14.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T20:01:18.189Z","etag":null,"topics":["npm-package","slugify","string-processing","text-processing","typescript","typescript-slugify","url","utility"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/typescript-slugify","language":"TypeScript","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/Code-Parth.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":"2024-02-29T21:55:11.000Z","updated_at":"2024-02-29T22:50:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"77819c1e-1c89-4ddb-a3aa-e052b54ff510","html_url":"https://github.com/Code-Parth/Typescript-Slugify","commit_stats":null,"previous_names":["code-parth/typescript-slugify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Parth%2FTypescript-Slugify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Parth%2FTypescript-Slugify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Parth%2FTypescript-Slugify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Parth%2FTypescript-Slugify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Parth","download_url":"https://codeload.github.com/Code-Parth/Typescript-Slugify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243180889,"owners_count":20249387,"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":["npm-package","slugify","string-processing","text-processing","typescript","typescript-slugify","url","utility"],"created_at":"2024-09-24T19:14:06.891Z","updated_at":"2026-02-28T17:03:04.941Z","avatar_url":"https://github.com/Code-Parth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript Slugify\r\n\r\n![GitHub package.json version](https://img.shields.io/github/package-json/v/code-parth/typescript-slugify)\r\n\r\nTypeScript Slugify is a lightweight npm package that provides a simple function for converting strings into URL-friendly slugs.\r\n\r\n## Installation\r\n\r\nYou can install TypeScript Slugify via npm:\r\n\r\n```bash\r\nnpm install typescript-slugify\r\n```\r\nor\r\n```bash\r\nyarn add typescript-slugify\r\n```\r\n\r\n## Usage\r\n\r\n```javascript\r\nimport slugify from 'typescript-slugify';\r\n\r\nconst originalString = \"Hello World!\";\r\nconst slug = slugify(originalString);\r\nconsole.log(slug); // Output: hello-world\r\n```\r\n\r\n## API\r\n\r\n### slugify(input: string): string\r\n\r\nThis function takes a string input and returns a slugified version of it, making it suitable for URLs.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-parth%2Ftypescript-slugify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-parth%2Ftypescript-slugify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-parth%2Ftypescript-slugify/lists"}