Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

ml-archive/slugify

Repository files navigation

Slugify 🔤

Swift Version Swift Version Vapor Version Circle CI codebeat badge codecov Readme Score GitHub license

📦 Installation

This package is independent of Vapor and can be used for all Swift projects up til version 4.2

Update your Package.swift file.

.package(url: "https://github.com/nodes-vapor/slugify", from: "2.0.0")

Getting started 🚀

import Slugify
print("My test URL æøå".slugify())

The above code will print: my-test-url-aeoa

🏆 Credits

This package is developed and maintained by the Vapor team at Nodes. The package owner for this project is John.

📄 License

This package is open-sourced software licensed under the MIT license