Slugify

2.0.0

Convenience for sluggifying your strings.
nodes-vapor/slugify

What's New

Version 2.0.0

2018-12-06T09:42:36Z

Changed

  • Upgraded to Swift 4

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

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Fri Mar 15 2024 11:11:47 GMT-0900 (Hawaii-Aleutian Daylight Time)