nodes-vapor / slugify

Convenience for sluggifying your strings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Convenience for sluggifying your strings.

License:MIT License


Languages

Language:Swift 100.0%