Update your Package.swift
file.
.Package(url: "https://github.com/nodes-vapor/slugify", majorVersion: 1)
import Slugify
print("My test URL æøå".slugify())
The above code will print: my-test-url-aeoa
This package is developed and maintained by the Vapor team at Nodes. The package owner for this project is John.
This package is open-sourced software licensed under the MIT license